xmpp-rs/tokio-xmpp/src/client
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
..
iq.rs tokio-xmpp: implicitly add bound_jid on received IQs 2026-02-18 17:33:31 +01:00
login.rs xmpp-parsers: Simplify StreamFeatures::sasl_mechanisms 2026-02-21 11:34:05 +01:00
mod.rs tokio-xmpp: publish auth method 2026-02-11 08:23:29 +01:00
stream.rs tokio-xmpp: implicitly add bound_jid to IQs 2026-01-27 21:23:51 +00:00