diff options
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 |