add a few namespaces
This commit is contained in:
parent
ad3a26fe2d
commit
8883f343b7
1 changed files with 2 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue