xmpp-rs/tokio-xmpp/src
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
..
client xmpp-parsers: Simplify StreamFeatures::sasl_mechanisms 2026-02-21 11:34:05 +01:00
component xmpp-parsers: Reduce component handshake allocations 2025-02-10 17:06:15 +00:00
connect tokio-xmpp: gate AsRawFd behind ktls feature 2026-01-25 08:21:39 +00:00
stanzastream stanzastream: actually count stanzas in stream management 2026-02-11 10:10:46 +01:00
xmlstream tokio-xmpp: Ignore missing "version" stream attribute for 0114 components 2025-11-30 16:21:28 +01:00
error.rs use thiserror in tokio-xmpp and minidom 2025-10-12 00:31:48 +02:00
event.rs stanzastream: actually count stanzas in stream management 2026-02-11 10:10:46 +01:00
lib.rs tokio-xmpp: publish auth method 2026-02-11 08:23:29 +01:00