xmpp-parsers: Replace bind::Required with an #[xml(flag)]

This makes the code simpler to read.
This commit is contained in:
Link Mauve 2026-01-25 18:12:46 +01:00 committed by Jonas Schäfer
commit 4d6e1363db
3 changed files with 4 additions and 9 deletions

View file

@ -11,6 +11,7 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
used in XMPP.
- 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.
* Improvements:
- Make Prioritys inner i8 pub, which had been broken since the
conversion to xso. (!632)