xmpp-rs/tokio-xmpp
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Maxime “pep” Buquet fd2bd2468d tokio-xmpp: changer .into_iter to .iter to avoid ambiguity
Follow compiler warnings. See
https://github.com/rust-lang/rust/issues/66145

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
2019-12-07 23:43:54 +00:00
..
examples Rustfmt pass, and rustfmt --check in CI" 2019-10-23 01:36:02 +02:00
src tokio-xmpp: changer .into_iter to .iter to avoid ambiguity 2019-12-07 23:43:54 +00:00
.gitignore Prepare for merge: Move all tokio-xmpp files into tokio-xmpp/ 2019-10-18 14:16:01 +02:00
Cargo.toml minidom: Don't prepend xml prelude in writer. Add new API 2019-11-10 01:01:42 +01:00
logo.svg Prepare for merge: Move all tokio-xmpp files into tokio-xmpp/ 2019-10-18 14:16:01 +02:00
README.md Prepare for merge: Move all tokio-xmpp files into tokio-xmpp/ 2019-10-18 14:16:01 +02:00

TODO

  • minidom ns
  • replace debug output with log crate
  • customize tls verify?
  • more tests