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:
Saarko 2025-02-22 09:31:02 +02:00
commit 932575c8d6
5 changed files with 184 additions and 0 deletions

View file

@ -245,6 +245,9 @@ pub mod csi;
/// XEP-0353: Jingle Message Initiation
pub mod jingle_message;
/// XEP-0357: Push Notifications
pub mod push;
/// XEP-0359: Unique and Stable Stanza IDs
pub mod stanza_id;