tokio_xmpp

Module stanzastream

Source
Expand description

§Resilient stanza stream

This module provides the StanzaStream, which is the next level up from the low-level XmlStream.

The stanza stream knows about XMPP and it most importantly knows how to fix a broken connection with a reconnect and how to do this smoothly using XEP-0198 (Stream Management). XEP-0198 is only used if the peer supports it. If the peer does not support XEP-0198, automatic reconnects are still done, but with more undetectable data loss.

The main API entrypoint for the stanza stream is, unsurprisingly, StanzaStream.

Structs§

Enums§

Type Aliases§