go-sendxmpp/man/go-sendxmpp.5

28 lines
1.2 KiB
Groff
Raw Normal View History

.\" generated with Ronn-NG/v0.9.1
.\" http://github.com/apjanke/ronn-ng/tree/0.9.1
.TH "GO\-SENDXMPP" "5" "October 2020" ""
.SH "NAME"
\fBgo\-sendxmpp\fR \- A little tool to send messages to an XMPP contact or MUC\.
.SH "LOCATION"
The account data is expected at ~/\.config/go\-sendxmpp/sendxmpprc (preferred) or ~/\.sendxmpprc (for compatibility with the original perl sendxmpp) if no other configuration file location is specified with \-f or \-\-file\. \fBjserver\fR and \fBport\fR might not be necessary depending on the used server\. The configuration file is expected to be in the following format:
.SH "FORMAT"
2020-10-01 16:57:42 +00:00
username: [\fIyour_jid\fR]
.br
jserver: [\fIjabber_server\fR]
.br
port: [\fIjabber_port\fR]
.br
password: [\fIyour_jabber_password\fR]
.br
eval_password: \fIcommand_to_unlock_your_password\fR
2020-10-01 16:55:41 +00:00
.P
You should either use a password manager and the setting \fBeval_password\fR (recommended) or add your password in plaintext to the config file with the setting \fBpassword\fR\.
.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
.SH "COPYRIGHT"
2020-04-23 07:11:37 +00:00
Copyright (c) 2018 \- 2020 Martin Dosch License: BSD 2\-clause License
.SH "SEE ALSO"
go\-sendxmpp(1), sendxmpp(1)