diff options
author | xengineering <me@xengineering.eu> | 2022-10-06 20:37:14 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-10-06 20:37:14 +0200 |
commit | 285a92e509174b6c4578ae0d9824196d33a41d76 (patch) | |
tree | 9667da5c184f40b2c56fbb099489ba6d9510968c /README.md | |
parent | a9ac36fc0ca4281654cb982d1cf8832c5520b195 (diff) | |
download | limox-285a92e509174b6c4578ae0d9824196d33a41d76.tar limox-285a92e509174b6c4578ae0d9824196d33a41d76.tar.zst limox-285a92e509174b6c4578ae0d9824196d33a41d76.zip |
Mark reconnect bug as solved
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |