summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 7951483..cde5a80 100644
--- a/README.txt
+++ b/README.txt
@@ -19,6 +19,16 @@ Roadmap
- [x] receiving one-to-one text messages
- [x] sending one-to-one text messages
- [ ] refactoring
+ - [ ] consistent error handling (including semantic error codes)
+ - [ ] signal handling
+ - [ ] logging / debug flags and output
+ - [ ] implement 'disconnecting' state
+ - [ ] proper memory management
+ - [ ] audit functions combined with every possible state
+ - [ ] fix random crashes (if still existing)
+ - [ ] handle roster updates
+ - [ ] improve performance (if still an issue)
+ - [ ] write docstrings
- [ ] persistence with sqlite3
- [ ] XMPP core compliance suite 2022 / client [1]
- [ ] RFC 6120: XMPP Core