add a few namespaces

lumi created

Change summary

src/ns.rs | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

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";