xmpp-parsers: Convert http_upload::Header to xso
We can’t use generate_attribute!() for HeaderName because it has to be case insensitive.
This commit is contained in:
parent
40808b883d
commit
543d9eb590
3 changed files with 55 additions and 68 deletions
|
|
@ -48,6 +48,9 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
|
|||
ssm::StreamManagement::optional and starttls::StartTls::required are
|
||||
now proper bools, instead of Option<ZeroSizedType> (!518)
|
||||
- vCard-temp queries have been split into vcard::VCardQuery (!522)
|
||||
- http_upload’s Header type has been split into HeaderName, an enum
|
||||
containing only the name of the header, and the Header struct with
|
||||
both a name and a value(!530)
|
||||
* New parsers/serialisers:
|
||||
- Stream Features (RFC 6120) (!400)
|
||||
- Spam Reporting (XEP-0377) (!506)
|
||||
|
|
|
|||
Loading…
Reference in a new issue