xmpp-rs/tokio-xmpp
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Link Mauve ca6e04f931 xmpp-parsers: Simplify StreamFeatures::sasl_mechanisms
This was already just a wrapper around a Vec<String>, but we can do away
with the wrapper thanks to #[xml(extract)].

I’ve also replaced Vec with BTreeSet, since that corresponds better to
how the mechanisms are.
2026-02-21 11:34:05 +01:00
..
examples tokio_xmpp/examples: Use server arg in echo_component 2025-08-07 12:08:07 +00:00
src xmpp-parsers: Simplify StreamFeatures::sasl_mechanisms 2026-02-21 11:34:05 +01:00
.gitignore Prepare for merge: Move all tokio-xmpp files into tokio-xmpp/ 2019-10-18 14:16:01 +02:00
Cargo.toml tokio-xmpp: add option to disable xmpp_parsers validation 2026-02-18 16:53:38 +00:00
ChangeLog tokio-xmpp: add option to disable xmpp_parsers validation 2026-02-18 16:53:38 +00: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