xmpp-parsers: Convert Forwarded to xso

This commit is contained in:
Emmanuel Gil Peyrot 2024-08-09 15:38:49 +02:00 committed by Jonas Schäfer
commit cb2c4133fe
4 changed files with 75 additions and 25 deletions

View file

@ -19,6 +19,11 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
check whether a child element is present or not, as this is currently
implemented in xso. We might revert that change if we implement flag
metas in xso before the next release.
- The forwarding module now hardcodes that its child is a message in the
jabber:client namespace. It previously half-followed the schema, but
nothing so far uses it for anything but this message. We can always
change it again once any other specification allows e.g. presences or
iqs.
* New parsers/serialisers:
- Stream Features (RFC 6120) (!400)
- Extensible SASL Profile (XEP-0388)