From 6fa9b83c59548af2fee3623afae32d975ff8fb7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Mon, 8 Sep 2025 13:37:52 +0200 Subject: [PATCH] README: Update project description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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)