Maxime “pep” Buquet
bc73af1e5e
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> |
||
---|---|---|
.. | ||
examples | ||
src | ||
.gitignore | ||
build.rs | ||
Cargo.toml | ||
ChangeLog | ||
logo.svg | ||
README.md |
TODO
- allow tls verify customization
- more tests