diff --git a/README.md b/README.md index 20ff827b8c78134b4cef547e0ed6a40a87f6d7bc..8b16ba74ee9850ad9ff9c3c3941418fa450e0306 100644 --- a/README.md +++ b/README.md @@ -4,20 +4,21 @@ xmpp-rs What's this? ------------ -A very much WIP set of rust XMPP library with the goals of being type-safe and -well-tested. +A set of rust XMPP libraries with the goals of being type-safe and well-tested. -- `xmpp-rs` provides a high-level API for the protocol. You shouldn't need to - know about the protocol to use it. +- `xmpp` provides a high-level API for the protocol. You shouldn't need to + know about the protocol to use it. Still very much WIP. - `tokio-xmpp` is a lower-level library that handles the XMPP stream(s). - `xmpp-parsers` parses XML into Rust and back. -- `minidom` is a DOM library quite specific for XMPP +- `minidom` is a DOM library quite specific for XMPP. - `jid` is a Jid parsing library. +- `sasl` handles the SASL protocol. +- `xso` and `xso-proc` provide the procedural macros powering `xmpp-parsers`. Contact ------- -There is an XMPP MUC for the discussion of this library, feel free to join! :) +There is an XMPP MUC for the discussion of these libraries, feel free to join! :) [chat@xmpp.rs](xmpp:chat@xmpp.rs?join)