feat: Component.jid is now a BareJid

This commit is contained in:
xmppftw xmppftw 2026-06-10 11:20:21 +02:00
commit abd9f7d136
3 changed files with 6 additions and 6 deletions

View file

@ -5,9 +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)
- `Component.jid` iw now a `BareJid` and not a raw `Jid` (!684)
* Added:
- Expose `client_auth` method to allow manual stream setups for advanced
use cases.