ns.rs

1pub const CLIENT: &'static str = "jabber:client";
2pub const STREAM: &'static str = "http://etherx.jabber.org/streams";
3pub const TLS: &'static str = "urn:ietf:params:xml:ns:xmpp-tls";