xmpp-rs/tokio-xmpp/src
Maxime “pep” Buquet bc73af1e5e
tokio-xmpp: @id wasn't correctly added to every stanza
This commit moves the code adding @id to AsyncClient and SimpleClient,
instead of on the lower level send_stanza helper, which seemed to only
be used internally.

Support is also added for Component.

This removes the addition of @id on elements like <auth/> or <bind/>,
which probably weren't required anyway?

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2023-06-04 19:07:56 +02:00
..
client tokio-xmpp: @id wasn't correctly added to every stanza 2023-06-04 19:07:56 +02:00
component tokio-xmpp: @id wasn't correctly added to every stanza 2023-06-04 19:07:56 +02:00
error.rs tokio-xmpp: cleaner outgoing debug logs 2023-05-31 00:51:58 +02:00
event.rs
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: @id wasn't correctly added to every stanza 2023-06-04 19:07:56 +02:00