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
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue