xmpp-parsers: Implement XEP-0377: Spam Reporting
This commit is contained in:
parent
bfac3e8893
commit
944c5c7c87
5 changed files with 117 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue