tokio-xmpp: add StreamFeatures to Online event

This commit is contained in:
famfo 2026-01-05 22:37:13 +01:00 committed by pep
commit d84cb261e4
3 changed files with 9 additions and 1 deletions

View file

@ -5,6 +5,9 @@ Version NEXT:
new default. The newly-introduced `pedantic` feature can be used to
opt into the previous default behaviour of rejecting all unknown
child elements and attributes.
* Breaking:
- Add `xmpp_parsers::stream_features::StreamFeatures` to
`tokio_xmpp::event::Online` (!631)
* Added:
- Expose `client_auth` method to allow manual stream setups for advanced
use cases.