xmpp-rs/tokio-xmpp/src
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jonas Schäfer e438813fb2 tokio_xmpp: properly process <stream:error/> while waiting for features
Before this, a stream error would not be readable by user code, as the
`recv_features()` function would not even attempt to parse it. This
change allows application code to react to stream errors which are
received before stream features are received.

skip-changelog, because there's no release with the xmlstream module
yet.
2025-07-13 12:53:43 +02:00
..
client parsers: port Iq to use the derive macros 2025-05-13 12:01:21 +00:00
component xmpp-parsers: Reduce component handshake allocations 2025-02-10 17:06:15 +00:00
connect Clean up tls-related feature flags 2025-05-10 22:02:39 +02:00
stanzastream parsers: port Iq to use the derive macros 2025-05-13 12:01:21 +00:00
xmlstream tokio_xmpp: properly process <stream:error/> while waiting for features 2025-07-13 12:53:43 +02:00
error.rs tokio_xmpp: properly process <stream:error/> while waiting for features 2025-07-13 12:53:43 +02:00
event.rs parsers: port Iq to use the derive macros 2025-05-13 12:01:21 +00:00
lib.rs Clean up tls-related feature flags 2025-05-10 22:02:39 +02:00