Crate tokio_xmpp
source ·Expand description
XMPP implementation with asynchronous I/O using Tokio.
Re-exports§
pub use minidom;
pub use xmpp_parsers as parsers;
pub use xmpp_parsers::jid;
Modules§
ServerConnector
provides streams for XMPP clientsstarttls::ServerConfig
provides aServerConnector
for starttls connections- Contains wrapper for
<stream:features/>
starttls::ServerConfig
provides aServerConnector
for starttls connectionsXMPPStream
provides encoding/decoding for XMPP
Structs§
- XMPP client connection and state
- XMPP client configuration
- Component connection to an XMPP server
- XML parse error wrapper type
- A simple XMPP client connection
- Stateful encoder/decoder for a bytestream from/to XMPP
Packet
Enums§
- Authentication error
- Top-level error type
- High-level event on the Stream implemented by Client and Component
- Anything that can be sent or received on an XMPP/XML stream
- XMPP protocol-level error