2017-02-18 21:16:20 +00:00
|
|
|
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";
|
2017-02-20 01:05:49 +00:00
|
|
|
pub const SASL: &'static str = "urn:ietf:params:xml:ns:xmpp-sasl";
|
|
|
|
pub const BIND: &'static str = "urn:ietf:params:xml:ns:xmpp-bind";
|