xmpp-rs/tokio-xmpp/src/client/mod.rs

9 lines
201 B
Rust
Raw Normal View History

2017-06-20 19:26:51 +00:00
mod auth;
mod bind;
pub mod simple_client;
pub mod async_client;
2020-03-18 19:48:54 +00:00
pub const NS_XMPP_SASL: &str = "urn:ietf:params:xml:ns:xmpp-sasl";
pub const NS_XMPP_BIND: &str = "urn:ietf:params:xml:ns:xmpp-bind";