A fork of the original xmpp-rs repo, which contains for the src for the xmpp-rs lib used to build XMPP applications.
xmpp-rsprovides a high-level API for the protocol. You shouldn't need to know about the protocol to use it.tokio-xmppis a lower-level library that handles the XMPP stream(s).xmpp-parsersparses XML into Rust and back.minidomis a DOM library quite specific for XMPPjidis a Jid parsing library.
There is an XMPP MUC for the discussion of this library, feel free to join! :)
Official (the devs)
Unofficial (me)
Mozilla Public License 2 (MPL2). See the LICENSE file.