xmpp-rs/tokio-xmpp/examples
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonas Schäfer 4e9e18444c Avoid enabling multiple rustls backends by accident
For this, we had to:

- Make the choice(s) of backend explicit in tokio-xmpp features
- Avoid picking a backend through transitive dependencies in xmpp
  (reqwest->hyper->rustls).

In addition, we choose the default rustls backend by default and adapt
the examples so that they can cope with either situation.
2025-05-10 11:39:21 +02:00
..
contact_addr.rs Avoid enabling multiple rustls backends by accident 2025-05-10 11:39:21 +02:00
download_avatars.rs Avoid enabling multiple rustls backends by accident 2025-05-10 11:39:21 +02:00
echo_bot.rs Avoid enabling multiple rustls backends by accident 2025-05-10 11:39:21 +02:00
echo_component.rs Avoid enabling multiple rustls backends by accident 2025-05-10 11:39:21 +02:00
echo_server.rs Avoid enabling multiple rustls backends by accident 2025-05-10 11:39:21 +02:00
keep_connection.rs Avoid enabling multiple rustls backends by accident 2025-05-10 11:39:21 +02:00