xmpp-parsers: Add support for <bandwidth/> in Jingle RTP Description

This was missing according to the specification, but I have never seen
it used in the wild.
This commit is contained in:
Link Mauve 2026-01-26 10:46:09 +01:00 • committed by Jonas Schäfer
commit 6d18641ace
3 changed files with 54 additions and 5 deletions

View file

@ -19,6 +19,7 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
conversion to xso. (!632)
- ibr::LegacyQuery now implements Default, allowing users to more
easily construct it (!660)
- jingle_rtp::Description gained a bandwidth child.
Version 0.22.0:
2025-10-28 pep <pep@bouah.net>