xmpp-parsers: Use xso for pubsub owner

Also merge its direct children into its enum fields.
This commit is contained in:
Emmanuel Gil Peyrot 2025-01-27 15:14:57 +01:00
commit 5cbe5936a6
3 changed files with 102 additions and 154 deletions

View file

@ -62,6 +62,8 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
having been exchanged, and the stream_id is now a String instead of
&str.
- Add a lang property in Presence, to avoid parser errors.
- pubsub::Owner is now a wrapper for the pubsub::owner::Paylolad enum,
and all its direct children have been merged into this enum (!532)
* New parsers/serialisers:
- Stream Features (RFC 6120) (!400)
- Spam Reporting (XEP-0377) (!506)