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:
parent
628c2113d0
commit
4f11d2fe5c
5 changed files with 102 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue