go-sendxmpp
- A little tool to send messages to an XMPP contact or MUC.
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. jserver
and port
might not be necessary depending on the used
server. The configuration file is expected to be in the following format:
username: [your_jid]
jserver: [jabber_server]
port: [jabber_port]
password: [your_jabber_password]
eval_password: command_to_unlock_your_password
You should either use a password manager and the setting eval_password
(recommended) or add
your password in plaintext to the config file with the setting password
.
Written by Martin Dosch.
Report bugs at https://salsa.debian.org/mdosch/go-sendxmpp/issues
Copyright (c) 2018 - 2020 Martin Dosch License: BSD 2-clause License
go-sendxmpp(1), sendxmpp(1)