xmpp-parsers: Add a MIX parser.

This commit is contained in:
Emmanuel Gil Peyrot 2020-03-26 19:13:45 +01:00
commit ad4c1f5b15
3 changed files with 262 additions and 0 deletions

View file

@ -198,6 +198,9 @@ pub mod jingle_message;
/// XEP-0359: Unique and Stable Stanza IDs
pub mod stanza_id;
/// XEP-0369: Mediated Information eXchange (MIX)
pub mod mix;
/// XEP-0373: OpenPGP for XMPP
pub mod openpgp;