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
|
|
@ -310,6 +310,9 @@ pub const FAST: &str = "urn:xmpp:fast:0";
|
|||
/// XEP-0490: Message Displayed Synchronization
|
||||
pub const MDS: &str = "urn:xmpp:mds:displayed:0";
|
||||
|
||||
/// XEP-0507: Jingle Content Category
|
||||
pub const JINGLE_CONTENT: &str = "urn:xmpp:jingle:apps:category:0";
|
||||
|
||||
/// Alias for the main namespace of the stream, that is "jabber:client" when
|
||||
/// the component feature isn’t enabled.
|
||||
#[cfg(not(feature = "component"))]
|
||||
|
|
|
|||
Loading…
Reference in a new issue