xmpp-parsers: Use #[xml(extract)] for the two values

This simplifies the API, and avoids extra newtypes.
This commit is contained in:
Link Mauve 2026-01-25 18:32:53 +01:00 committed by Jonas Schäfer
commit 3107259337
2 changed files with 6 additions and 32 deletions

View file

@ -13,6 +13,7 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
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.
- stream_limits::Limits now extract directly to NonZeroU32.
* Improvements:
- Make Prioritys inner i8 pub, which had been broken since the
conversion to xso. (!632)