xmpp-parsers: Use #[xml(flag)] for rtcp-mux

Also test that it gets deserialized correctly.
This commit is contained in:
Link Mauve 2026-01-25 18:30:06 +01:00 committed by Jonas Schäfer
commit dbe7925d83
2 changed files with 6 additions and 9 deletions

View file

@ -12,6 +12,7 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
- Remove the unnecessary SaslMechanisms struct, to directly extract
SASL mechanisms in a Vec<String> in StreamFeatures.
- bind::BindFeature::required is now a bool, thanks to xsos flag.
- jingle_rtp::Description::rtcp_mux is now a bool flag too.
* Improvements:
- Make Prioritys inner i8 pub, which had been broken since the
conversion to xso. (!632)