[][src]Crate tokio_xmpp

XMPP implementation with asynchronous I/O using Tokio.

Modules

stream_features

Contains wrapper for <stream:features/>

xmpp_stream

XMPPStream provides encoding/decoding for XMPP

Structs

AsyncClient

XMPP client connection and state

Component

Component connection to an XMPP server

ParseError

XML parse error wrapper type

SimpleClient

A simple XMPP client connection

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

Packet

Anything that can be sent or received on an XMPP/XML stream

ParserError

Causes for stream parsing errors

ProtocolError

XMPP protocol-level error