Add a jingle message parser and serialiser.
This commit is contained in:
parent
161e5dcc9b
commit
945ae350ac
3 changed files with 139 additions and 1 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue