parsers: Add support for XEP-0335: JSON Containers

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2025-04-07 20:16:12 +02:00 committed by pep
commit a1247a0e3c
6 changed files with 79 additions and 1 deletions

View file

@ -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;