xmpp-rs/tokio-xmpp
Jonas Schäfer ce4b739026 xmlstream: allow simplex stream shutdown
Unlike poll_close, poll_shutdown will only kill the sending side of the
stream. This is relevant to perform a fully clean shutdown procedure in
XMPP.
2024-09-01 10:02:36 +02:00
..
examples xmlstream: implement simple timeout logic 2024-09-01 10:02:36 +02:00
src xmlstream: allow simplex stream shutdown 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