xmpp-rs/tokio-xmpp
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
..
examples xmlstream: implement simple timeout logic 2024-09-01 10:02:36 +02:00
src xmlstream: implement simple timeout logic 2024-09-01 10:02:36 +02:00
.gitignore
Cargo.toml xmlstream: implement simple timeout logic 2024-09-01 10:02:36 +02:00
ChangeLog tokio_xmpp: introduce xmlstream module 2024-08-29 16:42:57 +02:00
logo.svg
README.md

TODO

  • allow tls verify customization
  • more tests