xmpp-rs/tokio-xmpp/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonas Schäfer 78714475b2 tokio-xmpp: re-export rustls if using rustls backend
The user may have to call some global rustls functions depending on the
exact feature set of rustls enabled. Hence, we have to expose it.

Concretely, if the user somehow ends up with more than one rustls
backend, they have to configure one of the backends as default backend
at startup.
2025-05-10 11:09:58 +02:00
..
client tokio-xmpp: clippy run 2025-04-08 13:57:21 +02:00
component xmpp-parsers: Reduce component handshake allocations 2025-02-10 17:06:15 +00:00
connect tokio-xmpp: clippy run 2025-04-08 13:57:21 +02:00
stanzastream tokio-xmpp: clippy run 2025-04-08 13:57:21 +02:00
xmlstream tokio-xmpp: do not discard XmlLangStack when boxing the stream 2025-05-03 17:41:13 +02:00
error.rs tokio_xmpp: Replace std::io calls with use std::io 2024-12-19 20:51:57 +01:00
event.rs tokio-xmpp: clippy run 2025-04-08 13:57:21 +02:00
lib.rs tokio-xmpp: re-export rustls if using rustls backend 2025-05-10 11:09:58 +02:00