parsers: port enums over to derive macros

This commit is contained in:
Jonas Schäfer 2024-07-10 16:38:00 +02:00
commit 6afd0ef52f
7 changed files with 563 additions and 428 deletions

View file

@ -1,5 +1,10 @@
Version NEXT:
XXXX-YY-ZZ RELEASER <admin@example.com>
* Breaking
- The `alternate_address` field of
`xmpp_parsers::stanza_error::StanzaError` has been moved into the
corresponding enum variants of the
`xmpp_parsers::stanza_error::DefinedCondition` where it may occur.
* New parsers/serialisers:
- Stream Features (RFC 6120) (!400)