xmpp-rs/src/ns.rs

4 lines
207 B
Rust
Raw Normal View History

2017-04-18 19:44:36 +00:00
pub const DISCO_INFO_NS: &'static str = "http://jabber.org/protocol/disco#info";
pub const DATA_FORMS_NS: &'static str = "jabber:x:data";
pub const MEDIA_ELEMENT_NS: &'static str = "urn:xmpp:media-element";