Add very basic Stream Management (XEP-0198) support
This implementation only counts incomming stanzas and sends ACKs on request. While basic this already allows servers to write messages to offline storage that were sent to, but never received by a client.
This commit is contained in:
parent
882b088fbb
commit
72bc705800
7 changed files with 157 additions and 1 deletions
|
@ -26,6 +26,7 @@
|
|||
#define XMPP_NS_ROSTERVER @"urn:xmpp:features:rosterver"
|
||||
#define XMPP_NS_SASL @"urn:ietf:params:xml:ns:xmpp-sasl"
|
||||
#define XMPP_NS_SESSION @"urn:ietf:params:xml:ns:xmpp-session"
|
||||
#define XMPP_NS_SM @"urn:xmpp:sm:3"
|
||||
#define XMPP_NS_STARTTLS @"urn:ietf:params:xml:ns:xmpp-tls"
|
||||
#define XMPP_NS_STANZAS @"urn:ietf:params:xml:ns:xmpp-stanzas"
|
||||
#define XMPP_NS_STREAM @"http://etherx.jabber.org/streams"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue