Hello world!

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-18 20:44:36 +01:00
commit 9cf1521775
9 changed files with 892 additions and 0 deletions

3
src/ns.rs Normal file
View 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";