Commit graph xmpp-rs/tokio-xmpp/src/client/stream.rs
Author SHA1 Message Date
Jonas Schäfer
4cfe4f8429 xmlstream: implement simple timeout logic
This allows to detect and handle dying streams without getting stuck
forever.

Timeouts are always wrong, though, so we put the burden of choosing the
right values (mostly) on the creator of a stream.
2024-09-01 10:02:36 +02:00
Jonas Schäfer
ab10e30ac0 Port crates to use new XSO-based xmlstream 2024-08-29 16:47:13 +02:00
e6863bd9dd Reorganized client modules 2024-08-12 10:59:20 +00:00
Renamed from tokio-xmpp/src/client/async_client.rs (Browse further)