xmpp-rs/tokio-xmpp
Jonas Schäfer 3cbc7ffacd Publish the starttls helper function
Without it, it seems impossible to start TLS on an XMPPStream object,
preventing any use of that object on its own (not wrapped into
AsyncClient or somesuch).
2022-02-08 20:20:27 +00:00
..
examples
src Publish the starttls helper function 2022-02-08 20:20:27 +00:00
.gitignore
build.rs
Cargo.toml
logo.svg
README.md

TODO

  • allow tls verify customization
  • more tests