xmpp-parsers: Migrate Caps to xso

The hash member has been split into a hash and a ver members, to reflect
the attributes.
This commit is contained in:
Emmanuel Gil Peyrot 2025-01-25 16:15:11 +01:00
commit c0e45b6a0f
2 changed files with 27 additions and 45 deletions

View file

@ -39,6 +39,8 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
- message::Message id field is now Option<message::Id> instead of
Option<String> (!504)
- message_correction::Replace id field is now Id instead of String (!504)
- `Caps::hash` has been split into `Caps::hash` (the algo) and
`Caps::ver` (the actual hash), to reflect the attributes (!517)
* New parsers/serialisers:
- Stream Features (RFC 6120) (!400)
- Spam Reporting (XEP-0377) (!506)