xmpp-rs/tokio-xmpp
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonas Schäfer 09640de5f2 tokio-xmpp: save bound_jid and features in ClientWorker
This fixes a regression from 10f1b3663c
reported by @full-bars in a discussion on an unrelated issue [1].

skip-changelog, because the regression has not been released yet.

   [1]: https://gitlab.com/xmpp-rs/xmpp-rs/-/merge_requests/675#note_3445588227
2026-06-11 14:26:51 +02:00
..
examples tokio-xmpp: add option to set custom hickory resolver 2026-05-24 20:07:42 +00:00
src tokio-xmpp: save bound_jid and features in ClientWorker 2026-06-11 14:26:51 +02:00
.gitignore Prepare for merge: Move all tokio-xmpp files into tokio-xmpp/ 2019-10-18 14:16:01 +02:00
Cargo.toml Bump all outdated dependencies 2026-05-21 13:26:08 +02:00
ChangeLog feat: Component.jid is now a BareJid 2026-06-11 08:44:44 +02:00
logo.svg Prepare for merge: Move all tokio-xmpp files into tokio-xmpp/ 2019-10-18 14:16:01 +02:00
README.md tokio-xmpp: remove obsolete TODOs 2020-03-16 00:11:52 +01:00

TODO

  • allow tls verify customization
  • more tests