xmpp-parsers: Add a lang property to Presence

This is a workaround for rxml not handling @xml:lang properly yet.
This commit is contained in:
Emmanuel Gil Peyrot 2025-02-10 19:25:26 +01:00 committed by pep
commit e7395b7ed8
2 changed files with 28 additions and 3 deletions

View file

@ -58,6 +58,7 @@ XXXX-YY-ZZ RELEASER <admin@example.com>
Handshake::from_stream_id_and_password(), with the two parameters
having been exchanged, and the stream_id is now a String instead of
&str.
- Add a lang property in Presence, to avoid parser errors.
* New parsers/serialisers:
- Stream Features (RFC 6120) (!400)
- Spam Reporting (XEP-0377) (!506)