mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-10-31 17:25:58 +01:00
39 lines
801 B
Markdown
39 lines
801 B
Markdown
Stream Management
|
|
=================
|
|
|
|
[Back](index.md)
|
|
|
|
XMPPTCPConnection comes with support for Stream Management (SM).
|
|
|
|
**XEP related:** [XEP-0198](http://xmpp.org/extensions/xep-0198.html)
|
|
|
|
Known interoperability issues
|
|
-----------------------------
|
|
|
|
- SM resumption failes on prosody when compression in sync flush mode is used with prosody. See [Prosody issue #433](https://code.google.com/p/lxmppd/issues/detail?id=433).
|
|
|
|
Enabling stream management
|
|
------------------------
|
|
|
|
TODO
|
|
|
|
Getting notifications about acknowledges stanzas
|
|
------------------------------------------------
|
|
|
|
TODO
|
|
|
|
Requisting stanza acknowledgements from the server
|
|
--------------------------------------------------
|
|
|
|
### By using predicates
|
|
|
|
TODO
|
|
|
|
### Manually
|
|
|
|
TODO
|
|
|
|
Enable stream resumption
|
|
------------------------
|
|
|
|
TODO
|