1
2
3
4
5
6
7
8
pub mod templates;
pub mod http;
pub mod client;
pub mod auth;
pub mod errors;
pub mod xmpp;

pub use client::Client;