Skip to content

Commit 6fa9b83

Browse files
committed
README: Update project description
Signed-off-by: Maxime “pep” Buquet <[email protected]>
1 parent 99f9005 commit 6fa9b83

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,21 @@ xmpp-rs
44
What's this?
55
------------
66

7-
A very much WIP set of rust XMPP library with the goals of being type-safe and
8-
well-tested.
7+
A set of rust XMPP libraries with the goals of being type-safe and well-tested.
98

10-
- `xmpp-rs` provides a high-level API for the protocol. You shouldn't need to
11-
know about the protocol to use it.
9+
- `xmpp` provides a high-level API for the protocol. You shouldn't need to
10+
know about the protocol to use it. Still very much WIP.
1211
- `tokio-xmpp` is a lower-level library that handles the XMPP stream(s).
1312
- `xmpp-parsers` parses XML into Rust and back.
14-
- `minidom` is a DOM library quite specific for XMPP
13+
- `minidom` is a DOM library quite specific for XMPP.
1514
- `jid` is a Jid parsing library.
15+
- `sasl` handles the SASL protocol.
16+
- `xso` and `xso-proc` provide the procedural macros powering `xmpp-parsers`.
1617

1718
Contact
1819
-------
1920

20-
There is an XMPP MUC for the discussion of this library, feel free to join! :)
21+
There is an XMPP MUC for the discussion of these libraries, feel free to join! :)
2122

2223
2324

0 commit comments

Comments
 (0)