Crate tokio_xmpp[][src]

XMPP implemeentation with asynchronous I/O using Tokio.

Modules

xmpp_codec

XML stream parser for XMPP

xmpp_stream

XMPPStream is the common container for all XMPP network connections

Structs

Client

XMPP client connection and state

Component

Component connection to an XMPP server

StartTlsClient

XMPP stream that switches to TLS if available in received features

Enums

Event

High-level event on the Stream implemented by Client and Component