parsers: Add support for XEP-0335: JSON Containers
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
ab7e6de3e1
commit
a1247a0e3c
6 changed files with 79 additions and 1 deletions
|
|
@ -233,6 +233,9 @@ pub mod jingle_dtls_srtp;
|
|||
/// XEP-0328: JID Prep
|
||||
pub mod jid_prep;
|
||||
|
||||
/// XEP-0335: JSON Containers
|
||||
pub mod json_containers;
|
||||
|
||||
/// XEP-0338: Jingle Grouping Framework
|
||||
pub mod jingle_grouping;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue