Module tokio_xmpp::xmpp_stream
source · Expand description
XMPPStream
provides encoding/decoding for XMPP
Structs§
- Wraps a binary stream (tokio’s
AsyncRead + AsyncWrite
) to decode and encode XMPP packets.
XMPPStream
provides encoding/decoding for XMPP
AsyncRead + AsyncWrite
) to decode
and encode XMPP packets.