Re-exports
pub use agent::Agent;
pub use builder::ClientBuilder;
pub use builder::ClientType;
pub use event::Event;
pub use feature::ClientFeature;
pub use tokio_xmpp::parsers;
Modules
- Persistent data storage
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.
Enums
- An enum representing a Jabber ID. It can be either a
FullJid
or aBareJid
.