From b81f7f5bb418fb64211e5ec711cbcbecf8a681aa Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 6 Mar 2025 10:43:57 +0000 Subject: feat: order chats by most recent message --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 06e98a3..0a7375b 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ ## TODO: -- [ ] how to know if stanza has been sent +- [x] how to know if stanza has been sent - [ ] error states for all negotiation parts -- [ ] better errors +- [x] better errors - [x] rename structs - [x] remove commented code - [ ] asynchronous connect (with take_mut?) @@ -16,7 +16,7 @@ ### specs: - [x] rfc 6120: core -- [ ] rfc 6121: im +- [x] rfc 6121: im - [x] rfc 7590: tls - [x] xep-0368: srv records for xmpp over tls - [ ] server side downgrade protection for sasl -- cgit