2020-05-23 16:21:42 +00:00
. \" generated with Ronn-NG/v0.9.1
. \" http://github.com/apjanke/ronn-ng/tree/0.9.1
2021-01-21 09:54:34 +00:00
.TH "GO\-SENDXMPP" "1" "January 2021" ""
2019-03-25 18:16:44 +00:00
.SH "NAME"
\fB go\- sendxmpp\fR \- A little tool to send messages to an XMPP contact or MUC\.
.SH "SYNOPSIS"
2020-04-05 19:49:17 +00:00
\fB go\- sendxmpp\fR [\- cdintx] [\- f value] [\- \- help] [\- j value] [\- m value] [\- p value] [\- r value] [\- u value] [parameters \| \. \| \. \| \. ]
2019-03-25 18:16:44 +00:00
.SH "DESCRIPTION"
A little tool to send messages to an XMPP contact or MUC inspired by (but not as powerful as) \fB sendxmpp\fR \.
.br
2020-05-23 16:21:42 +00:00
You can either pipe a programs output to \fB go\- sendxmpp\fR , write in your terminal (put \fB ^D\fR in a new line to finish) or send the input from a file (\fB \- m\fR or \fB \- \- message\fR )\. The account data is expected at \fB ~/\. config/go\- sendxmpp/sendxmpprc\fR (preferred) or \fB ~/\. sendxmpprc\fR (for compatibility with the original perl sendxmpp) if no other configuration file location is specified with \fB \- f\fR or \fB \- \- file\fR \.
2019-03-25 18:16:44 +00:00
.SH "OPTIONS"
.TP
\fB \- c\fR , \fB \- \- chatroom\fR =[\fI value\fR ]
Send message to a chatroom\.
.TP
\fB \- d\fR , \fB \- \- debug\fR
Show debugging info\.
.TP
\fB \- f\fR , \fB \- \- file\fR =[\fI value\fR ]
Set configuration file\. (Default: ~/\. sendxmpprc)
.TP
\fB \- \- help\fR
Show help\.
.TP
2020-04-09 15:06:26 +00:00
\fB \- \- http\- upload=\fR [\fI value\fR ]
Send a file via http\- upload\.
.TP
2019-03-25 18:16:44 +00:00
\fB \- i\fR , \fB \- \- interactive\fR
2020-04-04 08:53:47 +00:00
Interactive mode (for use with e\. g\. \fB tail \- f\fR )\.
2019-03-25 18:16:44 +00:00
.TP
\fB \- j\fR , \fB \- \- jserver\fR =[\fI value\fR ]
XMPP server address\.
.TP
\fB \- m\fR , \fB \- \- message\fR =[\fI value\fR ]
Set file including the message\.
.TP
2020-04-05 19:49:17 +00:00
\fB \- n\fR , \fB \- \- no\- tls\- verify\fR
Skip verification of TLS certificates (not recommended)\.
.TP
2019-03-25 18:16:44 +00:00
\fB \- p\fR , \fB \- \- password\fR =[\fI value\fR ]
Password for XMPP account\.
.TP
2021-01-31 11:28:58 +00:00
\fB \- \- raw\fR
Send raw XML\. To send raw XML to a contact as normal chat message no contact must be specified\. To send raw XML to a MUC you have to specify the MUC via \fB \- c\fR and \fB go\- sendxmpp\fR will join the MUC\.
.TP
2019-03-25 18:16:44 +00:00
\fB \- r\fR , \fB \- \- resource\fR =[\fI value\fR ]
2021-01-29 16:28:50 +00:00
Set resource\. When sending to a chatroom this is used as 'alias'\. (Default: go\- sendxmpp)
2019-03-25 18:16:44 +00:00
.TP
\fB \- t\fR , \fB \- \- tls\fR
2021-01-21 09:54:34 +00:00
Use direct TLS\.
2019-03-25 18:16:44 +00:00
.TP
\fB \- u\fR , \fB \- \- username\fR =[\fI value\fR ]
2020-06-06 10:42:19 +00:00
Username for XMPP account (JID)\.
2019-03-25 18:16:44 +00:00
.TP
\fB \- x\fR , \fB \- \- start\- tls\fR
Use StartTLS\.
2021-01-29 16:28:50 +00:00
.br
DEPRECATED: This is used by default as long as direct TLS \fB \- t\fR is not used\. The setting will be removed soon\.
2021-01-29 17:09:58 +00:00
.SH "CHAT"
Feel free to join https://join\. jabber\. network/#go\- sendxmpp@chat\. mdosch\. de?join
2019-03-25 18:16:44 +00:00
.SH "AUTHOR"
Written by Martin Dosch\.
.SH "REPORTING BUGS"
2020-04-23 07:11:37 +00:00
Report bugs at https://salsa\. debian\. org/mdosch/go\- sendxmpp/issues
2019-03-25 18:16:44 +00:00
.SH "COPYRIGHT"
2020-04-04 08:53:47 +00:00
Copyright (c) 2018 \- 2020 Martin Dosch License: BSD 2\- clause License
2019-03-25 18:16:44 +00:00
.SH "SEE ALSO"
go\- sendxmpp(5), sendxmpp(1)