xmpp-rs/xmpp/src
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
..
disco xmpp: Use tokio-xmpp’s reexports of jid and minidom 2024-07-25 14:36:09 +00:00
iq xmpp: Use tokio-xmpp’s reexports of jid and minidom 2024-07-25 14:36:09 +00:00
message xmpp: Use tokio-xmpp’s reexports of jid and minidom 2024-07-25 14:36:09 +00:00
muc Use tokio::sync::RwLock instead of std 2024-08-06 16:04:04 +02:00
presence xmpp crate now supports ServerConnector 2024-01-03 19:34:02 -05:00
pubsub xmpp: Use tokio-xmpp’s reexports of jid and minidom 2024-07-25 14:36:09 +00:00
upload xmpp: Use tokio-xmpp’s reexports of jid and minidom 2024-07-25 14:36:09 +00:00
agent.rs Rename AsyncClient to Client 2024-08-10 16:57:51 +02:00
builder.rs xmlstream: implement simple timeout logic 2024-09-01 10:02:36 +02:00
delay.rs xmpp: Use tokio-xmpp’s reexports of jid and minidom 2024-07-25 14:36:09 +00:00
event.rs xmpp: Use tokio-xmpp’s reexports of jid and minidom 2024-07-25 14:36:09 +00:00
event_loop.rs Port crates to use new XSO-based xmlstream 2024-08-29 16:47:13 +02:00
feature.rs Move ClientFeature to feature module 2023-12-31 13:28:48 +01:00
lib.rs Rename AsyncClient to Client 2024-08-10 16:57:51 +02:00