Re-exports
pub use tokio_xmpp::parsers;
Structs
- A struct representing a bare Jabber ID, without a resource part.
- A struct representing a DOM Element.
- A struct representing a full Jabber ID, with a resource part.
- XMPP client connection and state
Enums
- An enum representing a Jabber ID. It can be either a
FullJid
or aBareJid
.