tokio-xmpp: add onshot_client

This commit is contained in:
Astro 2020-03-18 20:48:54 +01:00
commit 2cd1ad217b
4 changed files with 194 additions and 1 deletions

View file

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