xmpp-rs/tokio-xmpp
Jonas Schäfer c6f928d5c8 xmlstream: make sink implementation generic
This allows to use any serialisable type. The advantage is that moves
and clones are avoided (which would otherwise be needed to construct
e.g. a XmppStreamElement from a Stanza or Message).
2024-12-17 16:12:56 +01:00
..
examples
src xmlstream: make sink implementation generic 2024-12-17 16:12:56 +01:00
.gitignore
Cargo.toml
ChangeLog
logo.svg
README.md

TODO

  • allow tls verify customization
  • more tests