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

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