xmpp-parsers: Replace all instances of bool attributes with bool
These bring basically nothing, so we can throw them away alongside their generator macro.
This commit is contained in:
parent
45be2b34f0
commit
866991bda5
10 changed files with 28 additions and 141 deletions
|
|
@ -28,6 +28,8 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
|
|||
- The bookmarks2 Conference `extensions` child is now an
|
||||
`Option<Extensions>` instead of a `Vec<Element>`, to distinguish
|
||||
between it being absent or empty (!472).
|
||||
- Replace all boolean attributes with the `bool` type, so that we can
|
||||
use them just like normal booleans (!476).
|
||||
* Improvements:
|
||||
- Keep unsupported vCard elements as `minidom::Element`, so that they
|
||||
get serialized back instead of being dropped. We now also test for
|
||||
|
|
|
|||
Loading…
Reference in a new issue