xmpp-rs/tokio-xmpp
Jonas Schäfer 960fd782bd xmlstream: fix clean shutdown sequence
Without the early return in XmlStream::poll_next in case of the stream
footer, the read state gets recreated and the logic at the top of that
function to actually handle stream shutdown gracefully is never
triggered.

Also that logic was incorrect; the correct behaviour is to wait for the
true EOF.
2024-09-01 10:02:36 +02:00
..
examples Port crates to use new XSO-based xmlstream 2024-08-29 16:47:13 +02:00
src xmlstream: fix clean shutdown sequence 2024-09-01 10:02:36 +02:00
.gitignore Prepare for merge: Move all tokio-xmpp files into tokio-xmpp/ 2019-10-18 14:16:01 +02:00
Cargo.toml Port crates to use new XSO-based xmlstream 2024-08-29 16:47:13 +02:00
ChangeLog tokio_xmpp: introduce xmlstream module 2024-08-29 16:42:57 +02:00
logo.svg Prepare for merge: Move all tokio-xmpp files into tokio-xmpp/ 2019-10-18 14:16:01 +02:00
README.md tokio-xmpp: remove obsolete TODOs 2020-03-16 00:11:52 +01:00

TODO

  • allow tls verify customization
  • more tests