You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
go-xmpp/cmd/fluuxmpp/TODO.md

22 lines
496 B

# TODO
## check
### Features
- Use a config file to define the checks to perform as client on an XMPP server.
## send
### Issues
5 years ago
- 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
5 years ago
- configuration
5 years ago
- allow unencrypted
- skip tls verification
- support muc and single user at same time
5 years ago
- send html -> parse console colors to xhtml (is there a easy way or lib for it ?)