xmpp-parsers: Implement XEP-0377: Spam Reporting

This commit is contained in:
Emmanuel Gil Peyrot 2024-12-21 17:31:26 +01:00
commit 944c5c7c87
5 changed files with 117 additions and 0 deletions

View file

@ -265,6 +265,9 @@ pub const OX: &str = "urn:xmpp:openpgp:0";
/// XEP-0373: OpenPGP for XMPP
pub const OX_PUBKEYS: &str = "urn:xmpp:openpgp:0:public-keys";
/// XEP-0377: Spam Reporting
pub const SPAM_REPORTING: &str = "urn:xmpp:reporting:1";
/// XEP-0380: Explicit Message Encryption
pub const EME: &str = "urn:xmpp:eme:0";