Add a Jingle parser.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-19 02:27:42 +01:00
commit 9da488f909
3 changed files with 493 additions and 0 deletions

View file

@ -1,3 +1,4 @@
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";
pub const JINGLE_NS: &'static str = "urn:xmpp:jingle:1";