A type-safe Rust XMPP library.
Find a file
2018-08-05 21:52:32 +02:00
examples client: stream.poll_complete() for ease of use 2017-08-24 20:15:14 +02:00
src a proper ParserError type for XMPPCodec 2018-08-05 21:52:32 +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.1.2 2018-08-03 01:22:01 +02:00
README.md comment debug output 2018-08-03 01:21:55 +02:00

TODO

  • minidom ns
  • replace debug output with log crate
  • customize tls verify?
  • Error type
  • unexpected event errors
  • doc
  • tests