xmpp_parsers: Add Push Notifications (XEP-0357)
Add support for Push Notification parsing according to https://xmpp.org/extensions/xep-0357.html version 0.4.1.
This commit is contained in:
parent
9f9eaba7c5
commit
932575c8d6
5 changed files with 184 additions and 0 deletions
|
|
@ -237,6 +237,9 @@ pub const CSI: &str = "urn:xmpp:csi:0";
|
|||
/// XEP-0353: Jingle Message Initiation
|
||||
pub const JINGLE_MESSAGE: &str = "urn:xmpp:jingle-message:0";
|
||||
|
||||
/// XEP-0357: Push Notifications
|
||||
pub const PUSH: &str = "urn:xmpp:push:0";
|
||||
|
||||
/// XEP-0359: Unique and Stable Stanza IDs
|
||||
pub const SID: &str = "urn:xmpp:sid:0";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue