parsers: port extracts over to derive macros
This commit is contained in:
parent
2c5f1f096b
commit
1e0bccc504
4 changed files with 243 additions and 68 deletions
|
|
@ -5,6 +5,10 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
|
|||
`xmpp_parsers::stanza_error::StanzaError` has been moved into the
|
||||
corresponding enum variants of the
|
||||
`xmpp_parsers::stanza_error::DefinedCondition` where it may occur.
|
||||
- The `xmpp_parsers::mix::Participant::jid` and `..::Mix::jid` fields
|
||||
are now of type `BareJid` (instead of `String`), as they should always
|
||||
have been. This influences various other places, such as these
|
||||
struct's constructors.
|
||||
* New parsers/serialisers:
|
||||
- Stream Features (RFC 6120) (!400)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue