From e893869df974ebb7afcc318119840c53f8f377cb Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Sat, 21 Oct 2023 01:28:54 +0100 Subject: implement connection --- TODO.md | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 22d656a..31f8012 100644 --- a/TODO.md +++ b/TODO.md @@ -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 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 -- cgit