xmpp-parsers: Remove MIX support
This protocol has failed to gain any traction in the XMPP ecosystem and is actively being replaced with better alternatives based on MUC.
This commit is contained in:
parent
e7395b7ed8
commit
205857e59c
5 changed files with 4 additions and 412 deletions
|
|
@ -251,9 +251,6 @@ pub mod stanza_id;
|
|||
/// XEP-0363: HTTP File Upload
|
||||
pub mod http_upload;
|
||||
|
||||
/// XEP-0369: Mediated Information eXchange (MIX)
|
||||
pub mod mix;
|
||||
|
||||
/// XEP-0373: OpenPGP for XMPP
|
||||
pub mod openpgp;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue