diff options
author | 2025-03-06 10:43:57 +0000 | |
---|---|---|
committer | 2025-03-06 10:43:57 +0000 | |
commit | b81f7f5bb418fb64211e5ec711cbcbecf8a681aa (patch) | |
tree | a4817781c7883417a9da37b68caab45848b773ca /README.md | |
parent | 9baf682466d191f23dc830a9897948d84068b3cc (diff) | |
download | luz-b81f7f5bb418fb64211e5ec711cbcbecf8a681aa.tar.gz luz-b81f7f5bb418fb64211e5ec711cbcbecf8a681aa.tar.bz2 luz-b81f7f5bb418fb64211e5ec711cbcbecf8a681aa.zip |
feat: order chats by most recent message
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |