tokio-xmpp: implicitly add bound_jid to IQs

This commit is contained in:
famfo 2026-01-27 15:04:37 +01:00 committed by Link Mauve
commit f7931e95b6
3 changed files with 23 additions and 1 deletions

View file

@ -3,6 +3,8 @@ Version NEXT:
* Fixed:
- Ignore missing "version" stream attribute for 0114 components.
- Gate `AsRawFd` behind `ktls` feature to make Windows build work again.
- Implicitly use the `Client`'s bound JID on empty `to` in tokio-xmpp's
`IqResponseTracker`.
Version 5.0.0:
2025-10-28 pep <pep@bouah.net>