diff options
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 30 |
1 files changed, 21 insertions, 9 deletions
@@ -1,11 +1,23 @@ # TODO -[ ] recognise starttls required -[ ] logging -[ ] documentation -[ ] error handling - [ ] remove unwraps - [ ] proper error types - [ ] stream error type -[ ] change stanzas from owned to borrowed types with lifetimes -[ ] Into<Element> trait with event() and content() functions +## next + +ci/cd: doc generation +feature: error handling on stream according to rfc6120 +docs: jid +docs: jabber +docs: starttls +docs: sasl +docs: resource binding +feature: logging +feature: starttls +feature: sasl +feature: resource binding + +## in progress + + +## done + +feature: jabber client connection +feature: jid |