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
|
|
@ -1,5 +1,7 @@
|
|||
Version NEXT:
|
||||
XXXX-YY-ZZ RELEASER <admin@example.com>
|
||||
* New parsers/serialisers:
|
||||
- Jingle Content Category (XEP-0507)
|
||||
* Breaking
|
||||
- The type of jingle_rtp::Description::ssrc has been changed from
|
||||
Option<String> to Option<u32>, in accordance with XEP-0167 version
|
||||
|
|
|
|||
Loading…
Reference in a new issue