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

@ -257,6 +257,9 @@ pub mod mix;
/// XEP-0373: OpenPGP for XMPP
pub mod openpgp;
/// XEP-0377: Spam Reporting
pub mod spam_reporting;
/// XEP-0380: Explicit Message Encryption
pub mod eme;