Crate tokio_xmpp
source ·Expand description
XMPP implementation with asynchronous I/O using Tokio.
Re-exports§
pub use crate::error::Error;
pub use minidom;
pub use xmpp_parsers as parsers;
pub use xmpp_parsers::jid;
Modules§
ServerConnector
provides streams for XMPP clients- Detailed error types
- starttls
starttls
starttls::ServerConfig
provides aServerConnector
for starttls connections - tcp
insecure-tcp
starttls::ServerConfig
provides aServerConnector
for starttls connections XMPPStream
provides encoding/decoding for XMPP
Structs§
- XMPP client connection and state
- XMPP client configuration
- Component connection to an XMPP server
- A simple XMPP client connection
- Stateful encoder/decoder for a bytestream from/to XMPP
Packet
Enums§
- High-level event on the Stream implemented by Client and Component
- Anything that can be sent or received on an XMPP/XML stream