xmpp-rs/tokio-xmpp/examples
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Link Mauve bc88134c41 xmpp-parsers: Make DiscoInfoResult::features a BTreeSet
Features must never be duplicated, so we can use a BTreeSet instead of a
Vec to be nicer for users.

It makes the internal API for computing caps and ecaps2 a bit worse,
because it was expecting a slice directly, so for now let’s collect the
BTreeSet into a Vec when computing the thing.  A refactor to use
Iterator might make it better eventually, but I won’t work on that
before profiling it.
2026-02-21 20:58:33 +01:00
..
contact_addr.rs tokio-xmpp: simplify examples by requiring specific TLS features 2025-05-10 22:02:40 +02:00
download_avatars.rs xmpp-parsers: Make DiscoInfoResult::features a BTreeSet 2026-02-21 20:58:33 +01:00
echo_bot.rs tokio-xmpp: simplify examples by requiring specific TLS features 2025-05-10 22:02:40 +02:00
echo_component.rs tokio_xmpp/examples: Use server arg in echo_component 2025-08-07 12:08:07 +00:00
echo_server.rs tokio-xmpp: simplify examples by requiring specific TLS features 2025-05-10 22:02:40 +02:00
keep_connection.rs tokio-xmpp: Bump rand to 0.9 2025-07-28 14:39:48 +02:00