Module tokio_xmpp::proto
source · Expand description
Low-level stream establishment
Structs§
- Stateful encoder/decoder for a bytestream from/to XMPP
Packet
- Wraps a binary stream (tokio’s
AsyncRead + AsyncWrite
) to decode and encode XMPP packets.
Enums§
- Anything that can be sent or received on an XMPP/XML stream