xmpp-parsers: Implement XEP-0507: Jingle Content Category

This gives the semantic of each video contents in a Jingle session.
This commit is contained in:
Link Mauve 2026-02-10 13:20:19 +01:00 committed by pep
commit 4f11d2fe5c
5 changed files with 102 additions and 0 deletions

View file

@ -314,6 +314,9 @@ pub mod fast;
/// XEP-0490: Message Displayed Synchronization
pub mod message_displayed;
/// XEP-0507: Jingle Content Category
pub mod jingle_content;
#[cfg(test)]
mod tests {
#[test]