A type-safe Rust XMPP library.
Find a file
Emmanuel Gil Peyrot 4ab3890cd3 Use tokio::net::tcp::ConnectFuture directly.
This removes this warning:
```
warning: use of deprecated item 'tokio::net::ConnectFuture': use `tokio::net::tcp::ConnectFuture` instead
```
2018-10-01 12:34:33 +02:00
examples Move from tokio-core to tokio. 2018-09-01 22:59:02 +03:00
src Use tokio::net::tcp::ConnectFuture directly. 2018-10-01 12:34:33 +02:00
.gitignore this ain't work 2017-06-02 00:42:57 +02:00
.travis.yml add .travis.yml 2017-07-19 01:57:46 +02:00
Cargo.toml tokio-xmpp 0.2.0 2018-09-08 02:13:18 +02:00
README.md README: TODO update 2018-09-08 02:16:45 +02:00

TODO

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