tokio-xmpp: rename OneshotClient to SimpleClient
This commit is contained in:
parent
3e2b51f148
commit
eb13634571
4 changed files with 4 additions and 4 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue