go-xmpp/cmd/sendxmpp/TODO.md

15 lines
380 B
Markdown
Raw Normal View History

2019-07-25 09:33:43 +00:00
# TODO
2019-07-28 00:50:45 +00:00
## 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
2019-07-25 09:33:43 +00:00
- configuration
2019-07-27 23:32:38 +00:00
- allow unencrypted
2019-07-25 09:33:43 +00:00
- skip tls verification
- support muc and single user at same time
2019-07-27 23:32:38 +00:00
- send html -> parse console colors to xhtml (is there a easy way or lib for it ?)