xmpp-parsers: Use #[xml(flag)] for rtcp-mux
Also test that it gets deserialized correctly.
This commit is contained in:
parent
4d6e1363db
commit
dbe7925d83
2 changed files with 6 additions and 9 deletions
|
|
@ -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 xso’s flag.
|
||||
- jingle_rtp::Description::rtcp_mux is now a bool flag too.
|
||||
* Improvements:
|
||||
- Make Priority’s inner i8 pub, which had been broken since the
|
||||
conversion to xso. (!632)
|
||||
|
|
|
|||
Loading…
Reference in a new issue