diff options
| -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 | 
