summaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix LibYAML version in the list of dependenciesHolger Weiss2014-06-031-1/+1
| | | | Thanks to Steve Gillespie for reporting the error.
* XEP-0198: Terminate session on queue overflowHolger Weiss2014-05-271-4/+4
| | | | | | On queue overflow, terminate the c2s session instead of just dropping items from the queue. This makes sure all stanzas are either delivered or bounced.
* Fix URL markup in the guideHolger Weiss2014-05-201-4/+8
|
* Update ejabberd_xmlrpc documentation URLHolger Weiss2014-05-141-1/+1
|
* Recompile the GuideBadlop2014-05-081-25/+110
|
* TURN support (EJAB-1017)Evgeniy Khramtsov2014-05-081-18/+80
|
* Revert "Document that ejabberd compilation requires pkg-config"Evgeniy Khramtsov2014-05-071-1/+0
| | | | This reverts commit bd0060715ec776c6417422ca4aebea853cfa82e1.
* Merge remote-tracking branch 'processone/master' into xep-0198Holger Weiss2014-05-063-2409/+2818
|\ | | | | | | | | | | Conflicts: doc/guide.tex src/ejabberd_c2s.erl
| * Recompile the ejabberd Guide htmlBadlop2014-05-051-2403/+2694
| |
| * Document that ejabberd compilation requires pkg-configBadlop2014-05-051-0/+1
| |
| * Always enable SIP at compile timeEvgeniy Khramtsov2014-05-021-3/+0
| |
| * SIP supportEvgeniy Khramtsov2014-04-302-1/+109
| | | | | | | | | | | | | | Conflicts: configure configure.ac doc/guide.tex
| * Merge pull request #171 from weiss/update-doc-urlbadlop2014-04-161-1/+1
| |\ | | | | | | Update a URL in the guide
| | * Update a URL in the guideHolger Weiss2014-04-161-1/+1
| | |
| * | Fix two small typos in the guideHolger Weiss2014-04-161-2/+2
| |/
| * Merge pull request #160 from runcom/protocol_optionsAlexey Shchepin2014-04-151-2/+10
| |\ | | | | | | Add option to specify openssl options
| | * Add option to specify openssl optionsAntonio Murdaca2014-04-081-2/+10
| | |
| * | Merge pull request #167 from weiss/fix-modules-docbadlop2014-04-151-2/+1
| |\ \ | | | | | | | | Remove outdated comment from guide
| | * | Remove outdated comment from guideHolger Weiss2014-04-151-2/+1
| | | |
| * | | Mention mod_carboncopy in documentationHolger Weiss2014-04-151-0/+2
| |/ /
| * / Fix description of access rules syntaxHolger Weiss2014-04-111-1/+1
| |/
| * New Bash completion script for ejabberdctl, experimental (EJAB-1042)Badlop2014-03-261-0/+3
| |
| * Update copyright dates to 2014 (EJAB-1679)Badlop2014-03-131-1/+1
| |
* | XEP-0198: Bounce unacked stanzas by defaultHolger Weiss2014-03-251-2/+13
| | | | | | | | | | If the new "resend_on_timeout" option is set to false (which it is by default), bounce any unacknowledged stanzas instead of re-routing them.
* | Support XEP-0198 session resumptionHolger Weiss2014-03-191-2/+9
| | | | | | | | | | | | | | | | Implement the optional session resumption feature described in XEP-0198. A client that supports this feature may now resume the previous session (within a configurable number of seconds) if the connection was lost. During resumption, ejabberd will retransmit any stanzas that hadn't been acknowledged by the client.
* | Add initial XEP-0198 support (EJAB-532)Holger Weiss2014-03-121-2/+14
|/ | | | | | | | | | | | | | | | | | | | Implement partial support for XEP-0198: Stream Management. After successful negotiation of this feature, the server requests an ACK for each stanza transmitted to the client and responds to ACK requests issued by the client. On session termination, the server re-routes any unacknowledged stanzas. The length of the pending queue can be limited by setting the "max_ack_queue" option to some integer value (default: 500). XEP-0198 support can be disabled entirely by setting the "stream_management" option to false (default: true). So far, stream management is implemented only for c2s connections, and the optional stream resumption feature also described in XEP-0198 is not (yet) supported. This addition was originally based on a patch provided by Magnus Henoch and updated by Grzegorz Grasza. Their code implements an early draft of XEP-0198 for some previous version of ejabberd. It has since been rewritten almost entirely.
* Support XEP-0321: Remote Roster Management (EJAB-1381)Badlop2014-02-261-1/+14
|
* Add some ejabberd_xmlrpc documentation, and link to full detailsBadlop2014-01-021-2/+8
|
* remove version.tex file which is auto-generatedChristophe Romain2013-12-051-2/+0
|
* Add access rule to mod_roster (EJAB-72)Badlop2013-12-041-0/+25
|
* Support for OpenSSL ciphers list in ejabberd_c2s, ejabberd_s2s_in and ↵Alexey Shchepin2013-11-281-1/+6
| | | | ejabberd_s2s_out
* Enumerate convert_to_yaml command in list of commandsBadlop2013-10-091-1/+3
|
* update default version to 13.10Christophe Romain2013-09-271-1/+1
|
* Fix release version number.Jerome Sautret2013-08-301-2/+2
|
* update default version numberChristophe Romain2013-08-271-1/+1
|
* Change configuration file format to YAMLEvgeniy Khramtsov2013-08-212-2808/+2884
|
* Enumerate in guide.tex what processes are started for ejabberd (EJAB-1082)Badlop2013-08-051-0/+5
|
* Make it possible to enable/disable TLS compressionEvgeniy Khramtsov2013-07-171-3/+8
|
* update guide with simplified pubsub_odbc configChristophe Romain2013-06-242-6/+6
|
* Switch to rebar build toolEvgeniy Khramtsov2013-06-131-58/+43
| | | | | | | | | | | | | | | | Use dynamic Rebar configuration Make iconv dependency optional Disable transient_supervisors compile option Add hipe compilation support Only compile ibrowse and lhttpc when needed Make it possible to generate an OTP application release Add --enable-debug compile option Add --enable-all compiler option Add --enable-tools configure option Add --with-erlang configure option. Add --enable-erlang-version-check configure option. Add lager support Improve the test suite
* Fix Guide: ejabberd_service expects a shaper_rule, not a shaperBadlop2013-06-101-1/+4
|
* ejabberd 13 requires Erlang/OTP R15B or higher (EJAB-1630)Badlop2013-04-111-5/+2
| | | | Fix documents and remove useless code.
* Update version number to beta2Badlop2013-03-291-1/+1
|
* Update URL of ejabberd's Git repositoryBadlop2013-03-271-1/+1
|
* Fix documentation of mysql and pgsql configurationBadlop2013-03-271-13/+12
|
* Improve documentation of MSSQL database configurationBadlop2013-03-271-19/+33
|
* Improve documentation of MySQL storageBadlop2013-03-271-11/+72
|
* Improve documentation of anonymous authBadlop2013-03-271-10/+29
|
* Change version numberBadlop2013-03-201-1/+1
|
* Update ejabberd version number to 2.1.12Badlop2013-02-054-88/+95
|