README.md

 1xmpp-rs
 2=======
 3
 4What's this?
 5------------
 6
 7A very much WIP set of rust XMPP library with the goals of being type-safe and
 8well-tested.
 9
10- `xmpp-rs` provides a high-level API for the protocol. You shouldn't need to
11  know about the protocol to use it.
12- `tokio-xmpp` is a lower-level library that handles the XMPP stream(s).
13- `xmpp-parsers` parses XML into Rust and back.
14- `minidom` is a DOM library quite specific for XMPP
15- `jid` is a Jid parsing library.
16
17Contact
18-------
19
20There is an XMPP MUC for the discussion of this library, feel free to join! :)
21
22[chat@xmpp.rs](xmpp:chat@xmpp.rs?join)
23
24License
25-------
26
27Mozilla Public License 2 (MPL2). See the LICENSE file.