From ff5885f29df1ab75da42156c21b2f95094e3eaea Mon Sep 17 00:00:00 2001 From: genofire Date: Thu, 25 Jul 2019 11:33:43 +0200 Subject: [PATCH] todo for sendxmpp --- cmd/sendxmpp/TODO.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 cmd/sendxmpp/TODO.md diff --git a/cmd/sendxmpp/TODO.md b/cmd/sendxmpp/TODO.md new file mode 100644 index 0000000..b2eec76 --- /dev/null +++ b/cmd/sendxmpp/TODO.md @@ -0,0 +1,7 @@ +# TODO + +- configuration + - allow unecrypted + - skip tls verification +- support muc and single user at same time +- send html -> parse console colors to xhtml (is there a easy way or lib for it)