2019-03-25 18:16:44 +00:00
go-sendxmpp(1) -- A little tool to send messages to an XMPP contact or MUC.
====
## SYNOPSIS
2020-04-05 19:49:17 +00:00
`go-sendxmpp` [-cdintx] [-f value] [--help] [-j value] [-m value] [-p value] [-r value] [-u value] [parameters ...]
2019-03-25 18:16:44 +00:00
## DESCRIPTION
A little tool to send messages to an XMPP contact or MUC inspired by (but not as powerful as) `sendxmpp`.
You can either pipe a programs output to `go-sendxmpp`, write in your terminal (put `^D` in a new line to finish) or send the input from a file (`-m` or `--message`).
The account data is expected at `~/.sendxmpprc` if no other configuration file location is specified with `-f` or `--file`.
## OPTIONS
* `-c`, `--chatroom`=[<value>]:
Send message to a chatroom.
* `-d`, `--debug`:
Show debugging info.
* `-f`, `--file`=[<value>]:
Set configuration file. (Default: ~/.sendxmpprc)
* `--help`:
Show help.
2020-04-09 15:06:26 +00:00
* `--http-upload=`[<value>]:
Send a file via http-upload.
2019-03-25 18:16:44 +00:00
* `-i`, `--interactive`:
2020-04-04 08:53:47 +00:00
Interactive mode (for use with e.g. `tail -f`).
2019-03-25 18:16:44 +00:00
* `-j`, `--jserver`=[<value>]:
XMPP server address.
* `-m`, `--message`=[<value>]:
Set file including the message.
2020-04-05 19:49:17 +00:00
* `-n`, `--no-tls-verify`:
Skip verification of TLS certificates (not recommended).
2019-03-25 18:16:44 +00:00
* `-p`, `--password`=[<value>]:
Password for XMPP account.
* `-r`, `--resource`=[<value>]:
Set resource. When sending to a chatroom this is used as
'alias'. (Default: go-sendxmpp)
* `-t`, `--tls`:
Use TLS.
* `-u`, `--username`=[<value>]:
Username for XMPP account.
* `-x`, `--start-tls`:
Use StartTLS.
## AUTHOR
Written by Martin Dosch.
## REPORTING BUGS
Report bugs at https://salsa.debian.org/mdosch-guest/go-sendxmpp/issues
## COPYRIGHT
2020-04-04 07:45:46 +00:00
Copyright (c) 2018 - 2020 Martin Dosch
2020-04-04 07:44:48 +00:00
License: BSD 2-clause License
2019-03-25 18:16:44 +00:00
## SEE ALSO
go-sendxmpp(5), sendxmpp(1)