go-xmpp/cmd/fluuxmpp/TODO.md

22 lines
496 B
Markdown
Raw Permalink Normal View History

2019-07-25 02:33:43 -07:00
# TODO
2019-08-06 02:00:52 -07:00
## check
### Features
- Use a config file to define the checks to perform as client on an XMPP server.
## send
### Issues
2019-07-27 17:50:45 -07:00
- 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).
2019-08-06 02:00:52 -07:00
### Features
2019-07-27 17:50:45 -07:00
2019-07-25 02:33:43 -07:00
- configuration
2019-07-27 16:32:38 -07:00
- allow unencrypted
2019-07-25 02:33:43 -07:00
- skip tls verification
- support muc and single user at same time
2019-07-27 16:32:38 -07:00
- send html -> parse console colors to xhtml (is there a easy way or lib for it ?)