README: Update project description
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
99f900558c
commit
6fa9b83c59
1 changed files with 7 additions and 6 deletions
13
README.md
13
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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue