jid: Add support for XEP-0106: JID Escaping
This is used by Slidge, through slixmpp, and could be useful for any other gateway based on this crate.
This commit is contained in:
parent
bc88134c41
commit
7f1dc96fac
2 changed files with 99 additions and 0 deletions
|
|
@ -1,4 +1,6 @@
|
|||
Version NEXT:
|
||||
* Changes:
|
||||
- Add a `NodeRef::unescape()` method, to implement XEP-0106 escaping.
|
||||
|
||||
Version 0.12.1, release 2025-11-02:
|
||||
* Changes:
|
||||
|
|
|
|||
Loading…
Reference in a new issue