[][src]Crate tokio_xmpp

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

ParseError

XML parse error wrapper type

StartTlsClient

XMPP stream that switches to TLS if available in received features

Enums

AuthError

Authentication error

ConnecterError

Error establishing connection

Error

Top-level error type

Event

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

ParserError

Causes for stream parsing errors

ProtocolError

XMPP protocol-level error