xmpp-rs/tokio-xmpp/src
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
..
client xmlstream: implement simple timeout logic 2024-09-01 10:02:36 +02:00
component xmlstream: implement simple timeout logic 2024-09-01 10:02:36 +02:00
connect xmlstream: implement simple timeout logic 2024-09-01 10:02:36 +02:00
xmlstream xmlstream: allow simplex stream shutdown 2024-09-01 10:02:36 +02:00
error.rs Make Client and Component more unified, and connectors too 2024-08-10 16:57:49 +02:00
event.rs Fix missing copyright header 2024-08-30 15:40:32 +02:00
lib.rs Port crates to use new XSO-based xmlstream 2024-08-29 16:47:13 +02:00