xmpp-rs/tokio-xmpp
Jonas Schäfer 519718d9b5 xmlstream: add support for boxing the transport
This is useful in situations where we don't want to care about the
specific type of the underlying transport.
2024-12-17 16:12:56 +01:00
..
examples tokio-xmpp: Run rustfmt on that one example 2024-09-16 23:32:49 +02:00
src xmlstream: add support for boxing the transport 2024-12-17 16:12:56 +01:00
.gitignore
Cargo.toml tokio-xmpp: Add 'component' feature 2024-12-16 00:33:43 +00:00
ChangeLog
logo.svg
README.md

TODO

  • allow tls verify customization
  • more tests