Add an In-Band Bytestream parser.
This commit is contained in:
parent
31a7d8be23
commit
4f31727a1a
3 changed files with 124 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue