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

8 lines
201 B
Rust
Raw Normal View History

2017-06-20 21:26:51 +02:00
mod auth;
mod bind;
pub mod simple_client;
pub mod async_client;
2020-03-18 20:48:54 +01: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";