xmpp-rs/src/ns.rs

3 lines
184 B
Rust
Raw Normal View History

2017-02-18 22:16:20 +01: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";