add a few namespaces

This commit is contained in:
lumi 2017-02-20 02:05:49 +01:00
parent ad3a26fe2d
commit 8883f343b7

View file

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