xmpp-rs/tokio-xmpp/src/xmlstream
Repository files (latest commit first)
Filename Latest commit message Latest commit date
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
..
capture.rs xmlstream: re-introduce syntax-highlit logging of XML stream I/O 2024-09-01 10:02:36 +02:00
common.rs xmlstream: allow simplex stream shutdown 2024-09-01 10:02:36 +02:00
initiator.rs xmlstream: implement simple timeout logic 2024-09-01 10:02:36 +02:00
mod.rs xmlstream: allow simplex stream shutdown 2024-09-01 10:02:36 +02:00
responder.rs xmlstream: re-introduce syntax-highlit logging of XML stream I/O 2024-09-01 10:02:36 +02:00
tests.rs xmlstream: allow simplex stream shutdown 2024-09-01 10:02:36 +02:00
xmpp.rs Port crates to use new XSO-based xmlstream 2024-08-29 16:47:13 +02:00