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:
parent
7e260dd677
commit
e7395b7ed8
2 changed files with 28 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue