diff options
author | xengineering <me@xengineering.eu> | 2022-10-04 12:06:51 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-10-04 12:06:51 +0200 |
commit | fa67074bcc47ae09591819c720aea9edbeaef216 (patch) | |
tree | 3f90c11368f7d1f7e3967f1eb43c0d9ef8964c1d /README.txt | |
parent | 310851724625b9cbd4dd6b90135a7530b735b358 (diff) | |
download | limox-fa67074bcc47ae09591819c720aea9edbeaef216.tar limox-fa67074bcc47ae09591819c720aea9edbeaef216.tar.zst limox-fa67074bcc47ae09591819c720aea9edbeaef216.zip |
Update roadmap
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -49,14 +49,15 @@ Roadmap - [ ] refactoring - [ ] proper memory management - [ ] fix random crashes (if still existing) - - [ ] handle roster updates + - [ ] handle roster updates (includes reconnect bug) - [ ] implement 'disconnecting' state - [ ] audit functions combined with every possible state - [ ] consistent error handling (including semantic error codes) - [ ] logging / debug flags and output - [ ] signal handling - - [ ] improve performance (if still an issue) + - [ ] improve event loop performance (if still an issue) - [ ] write docstrings + - [ ] check if code is splint-clean - [ ] persistence with sqlite3 - [ ] XMPP core compliance suite 2022 / client [1] - [ ] RFC 6120: XMPP Core |