24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-18 22:15:20 +02:00
xmpp.chapril.org-ejabberd/include
Holger Weiss 7d594086c3 Add initial XEP-0198 support (EJAB-532)
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.
2014-03-12 23:34:14 +01:00
..
adhoc.hrl Switch to rebar build tool 2013-06-13 11:11:02 +02:00
ejabberd_commands.hrl Switch to rebar build tool 2013-06-13 11:11:02 +02:00
ejabberd_config.hrl Get rid of global configuration options 2013-08-21 19:36:35 +10:00
ejabberd_ctl.hrl Switch to rebar build tool 2013-06-13 11:11:02 +02:00
ejabberd_http.hrl Switch to rebar build tool 2013-06-13 11:11:02 +02:00
ejabberd_web_admin.hrl Switch to rebar build tool 2013-06-13 11:11:02 +02:00
ejabberd.hrl Switch to rebar build tool 2013-06-13 11:11:02 +02:00
eldap.hrl Switch to rebar build tool 2013-06-13 11:11:02 +02:00
ELDAPv3.hrl Do not generate LDAP's ASN.1 code when compiling ejabberd. 2013-06-22 03:27:59 +10:00
http_bind.hrl Switch to rebar build tool 2013-06-13 11:11:02 +02:00
jlib.hrl Switch to rebar build tool 2013-06-13 11:11:02 +02:00
logger.hrl Logger improvements. 2013-06-27 19:03:33 +10:00
mod_muc_room.hrl Switch to rebar build tool 2013-06-13 11:11:02 +02:00
mod_privacy.hrl Switch to rebar build tool 2013-06-13 11:11:02 +02:00
mod_proxy65.hrl Switch to rebar build tool 2013-06-13 11:11:02 +02:00
mod_roster.hrl Switch to rebar build tool 2013-06-13 11:11:02 +02:00
ns.hrl Add initial XEP-0198 support (EJAB-532) 2014-03-12 23:34:14 +01:00
pubsub.hrl Switch to rebar build tool 2013-06-13 11:11:02 +02:00