From 322b2a3b46348ec1c5acbc538de93310c9030b96 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 12 Jul 2023 21:11:20 +0100 Subject: reimplement sasl (with SCRAM!) --- TODO.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TODO.md') diff --git a/TODO.md b/TODO.md index 068be75..22d656a 100644 --- a/TODO.md +++ b/TODO.md @@ -7,3 +7,5 @@ [ ] remove unwraps [ ] proper error types [ ] stream error type +[ ] change stanzas from owned to borrowed types with lifetimes +[ ] Into trait with event() and content() functions -- cgit