diff --git a/src/ns.rs b/src/ns.rs index d6072388c5aa24db5001093583e68ba571ed97cd..7ba4d3e1163ffef6ea4387de971502db7a55a0cb 100644 --- a/src/ns.rs +++ b/src/ns.rs @@ -1,3 +1,5 @@ pub const CLIENT: &'static str = "jabber:client"; 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";