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:
Emmanuel Gil Peyrot 2025-01-27 03:19:57 +01:00
commit 543d9eb590
3 changed files with 55 additions and 68 deletions

View file

@ -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_uploads 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)