From 8883f343b711a25ba90185884cb52e24f94e5d18 Mon Sep 17 00:00:00 2001 From: lumi Date: Mon, 20 Feb 2017 02:05:49 +0100 Subject: [PATCH] add a few namespaces --- src/ns.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ns.rs b/src/ns.rs index d6072388..7ba4d3e1 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";