update to sasl-rs 0.3.0, process error stanzas
This commit is contained in:
parent
7692c262c8
commit
9d59bd2f7e
9 changed files with 305 additions and 14 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue