From 21f10a0b43c4ab1429b274b386065c023c661ab0 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 4 Dec 2024 17:38:36 +0000 Subject: implement send_stanza --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..195860c --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# jabber client library + +## TODO: + +- [ ] error states for all negotiation parts +- [ ] better errors +- [ ] rename structs +- [ ] remove commented code +- [ ] asynchronous connect (with take_mut?) +- [ ] split into separate crates: stanza, jabber, and luz -- cgit