Hello world!
This commit is contained in:
commit
9cf1521775
9 changed files with 892 additions and 0 deletions
3
src/ns.rs
Normal file
3
src/ns.rs
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
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";
|
||||
Loading…
Reference in a new issue