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:
Link Mauve 2026-01-26 15:17:57 +01:00 committed by Jonas Schäfer
commit 7f1dc96fac
2 changed files with 99 additions and 0 deletions

View file

@ -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: