Add a jingle message parser and serialiser.

This commit is contained in:
Emmanuel Gil Peyrot 2017-07-15 11:38:44 +01:00
commit 945ae350ac
3 changed files with 139 additions and 1 deletions

View file

@ -104,6 +104,9 @@ pub const MAM: &str = "urn:xmpp:mam:2";
/// XEP-0319: Last User Interaction in Presence
pub const IDLE: &str = "urn:xmpp:idle:1";
/// XEP-0353: Jingle Message Initiation
pub const JINGLE_MESSAGE: &str = "urn:xmpp:jingle-message:0";
/// XEP-0359: Unique and Stable Stanza IDs
pub const SID: &str = "urn:xmpp:sid:0";