xmpp-parsers: Add a MIX parser.
This commit is contained in:
parent
5e7701f334
commit
ad4c1f5b15
3 changed files with 262 additions and 0 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue