Add an In-Band Bytestream parser.

This commit is contained in:
Emmanuel Gil Peyrot 2017-04-19 21:52:14 +01:00
commit 4f31727a1a
3 changed files with 124 additions and 0 deletions

View file

@ -4,3 +4,4 @@ pub const MEDIA_ELEMENT_NS: &'static str = "urn:xmpp:media-element";
pub const JINGLE_NS: &'static str = "urn:xmpp:jingle:1";
pub const PING_NS: &'static str = "urn:xmpp:ping";
pub const CHATSTATES_NS: &'static str = "http://jabber.org/protocol/chatstates";
pub const IBB_NS: &'static str = "http://jabber.org/protocol/ibb";