File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,21 @@ xmpp-rs
44What'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
1718Contact
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
22232324
You can’t perform that action at this time.
0 commit comments