xmpp-rs-mirror/tokio-xmpp
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
..
examples tokio_xmpp::AsyncClient and xmpp::Agent take a fully parsed Jid (#72) 2023-06-01 16:55:53 +02:00
src tokio-xmpp: @id wasn't correctly added to every stanza 2023-06-04 19:07:56 +02:00
.gitignore
build.rs
Cargo.toml
ChangeLog tokio_xmpp::AsyncClient and xmpp::Agent take a fully parsed Jid (#72) 2023-06-01 16:55:53 +02:00
logo.svg
README.md

TODO

  • allow tls verify customization
  • more tests