tokio-xmpp: rename OneshotClient to SimpleClient

This commit is contained in:
Astro 2020-05-30 00:03:17 +02:00
commit eb13634571
4 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ use auth::auth;
mod bind;
use bind::bind;
pub mod oneshot_client;
pub mod simple_client;
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";