summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-10-06 20:37:14 +0200
committerxengineering <me@xengineering.eu>2022-10-06 20:37:14 +0200
commit285a92e509174b6c4578ae0d9824196d33a41d76 (patch)
tree9667da5c184f40b2c56fbb099489ba6d9510968c /README.md
parenta9ac36fc0ca4281654cb982d1cf8832c5520b195 (diff)
downloadlimox-285a92e509174b6c4578ae0d9824196d33a41d76.tar
limox-285a92e509174b6c4578ae0d9824196d33a41d76.tar.zst
limox-285a92e509174b6c4578ae0d9824196d33a41d76.zip
Mark reconnect bug as solved
Diffstat (limited to 'README.md')
-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)