summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index d7751ed..1d5f35c 100644
--- a/README.md
+++ b/README.md
@@ -42,9 +42,10 @@ Run `rm -r build` to clean the build folder. You can get a help page by running
- [x] receiving one-to-one text messages
- [x] sending one-to-one text messages
- [ ] refactoring
+ - [x] fix reconnection bug
- [ ] proper memory management
- [ ] fix random crashes (if still existing)
- - [ ] handle roster updates (includes reconnect bug)
+ - [ ] handle roster updates
- [ ] implement 'disconnecting' state
- [ ] audit functions combined with every possible state
- [ ] consistent error handling (including semantic error codes)