prose-im / prose-core-client

Prose core XMPP client manager & protocols.
https://prose.org
Mozilla Public License 2.0
23 stars 3 forks source link

Support Stream Management (XEP-0198) #21

Open nesium opened 1 year ago

nesium commented 1 year ago

This needs to work with both ConnectionProviders, Strophe.js and xmpp-rs.

Sent messages should be cached/persisted until acknowledged by the server so that they could even be sent after a restart/reload of the application.

Related libstrophe issue