tokio-xmpp: add option to set custom hickory resolver

This commit is contained in:
famfo 2026-05-21 13:57:26 +02:00 committed by pep
commit 559159d458
3 changed files with 64 additions and 18 deletions

View file

@ -12,6 +12,8 @@ Version NEXT:
- Expose `client_auth` method to allow manual stream setups for advanced
use cases.
- Add feature flag to disable validation in xmpp_parsers
- Added option to set custom DNS resolver to
`tokio_xmpp::connect::DnsConfig`
* Fixed:
- Ignore missing "version" stream attribute for 0114 components.
- Gate `AsRawFd` behind `ktls` feature to make Windows build work again.