Maxime “pep” Buquet
ae67949e7a
tokio-xmpp: Ensure id is added only to stanza
...
The previous commit didn't fix a bug where @id would be added to
elements that didn't need it / where it was invalid (e.g., stream
management).
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2023-06-05 16:34:13 +02:00
..
client
tokio-xmpp: Ensure id is added only to stanza
2023-06-05 16:34:13 +02:00
component
tokio-xmpp: Ensure id is added only to stanza
2023-06-05 16:34:13 +02:00
error.rs
tokio-xmpp: cleaner outgoing debug logs
2023-05-31 00:51:58 +02:00
event.rs
tokio-xmpp: name Event::Online fields, add resumed flag
2020-05-29 18:21:31 +02:00
happy_eyeballs.rs
Srv entry is no longer optional when using connect_with_srv
2021-01-12 23:17:34 +01:00
lib.rs
Set tokio_xmpp::client::async_client::Config as public
2023-05-17 16:56:42 +00:00
starttls.rs
tokio-xmpp: Remove an unwrap() in DNS name parsing
2021-12-01 19:13:31 +00:00
stream_features.rs
tokio-xmpp: use xmpp_parsers::ns everywhere
2020-05-30 01:25:06 +02:00
stream_start.rs
tokio-xmpp: use xmpp_parsers::ns everywhere
2020-05-30 01:25:06 +02:00
xmpp_codec.rs
tokio-xmpp: cleaner outgoing debug logs
2023-05-31 00:51:58 +02:00
xmpp_stream.rs
tokio-xmpp: Ensure id is added only to stanza
2023-06-05 16:34:13 +02:00