xmpp: extend escape-hatch feature to the receiving part

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2025-08-26 23:28:05 +02:00 committed by Link Mauve
commit 3e794d3f50
3 changed files with 7 additions and 1 deletions

View file

@ -39,7 +39,8 @@ XXXX-YY-ZZ [ RELEASER <admin@localhost> ]
hibernating resources around.
- New 'escape-hatch' feature: Allow sending tokio_xmpp::Stanza directly
instead of having to go through xmpp-rs' API when it's lacking. This
is meant to stay behind a feature.
is meant to stay behind a feature. Also allows directly receiving
TokioXmppEvent.
- Added documentation on `Event` enum.
* Fixes:
- Use tokio::sync::RwLock not std::sync::RwLock (!432)