update to sasl-rs 0.3.0, process error stanzas

This commit is contained in:
lumi 2017-03-07 18:19:09 +01:00
commit 9d59bd2f7e
9 changed files with 305 additions and 14 deletions

View file

@ -5,3 +5,4 @@ pub const STREAM: &'static str = "http://etherx.jabber.org/streams";
pub const TLS: &'static str = "urn:ietf:params:xml:ns:xmpp-tls";
pub const SASL: &'static str = "urn:ietf:params:xml:ns:xmpp-sasl";
pub const BIND: &'static str = "urn:ietf:params:xml:ns:xmpp-bind";
pub const STANZAS: &'static str = "urn:ietf:params:xml:ns:xmpp-stanzas";