From a3867dd0b349d723381129c22857e33dcded1978 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Sat, 27 Jul 2019 17:50:45 -0700 Subject: [PATCH] Expand TODO list --- cmd/sendxmpp/TODO.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cmd/sendxmpp/TODO.md b/cmd/sendxmpp/TODO.md index 7e50d27..0c2d030 100644 --- a/cmd/sendxmpp/TODO.md +++ b/cmd/sendxmpp/TODO.md @@ -1,5 +1,12 @@ # TODO +## Issues + +- Remove global variable (like mucToleave) +- Does not report error when trying to connect to a non open port (for example localhost with no server running). + +## Features + - configuration - allow unencrypted - skip tls verification