2022-09-04 12:37:11 +00:00
|
|
|
go-sendxmpp(5) -- A tool to send messages to an XMPP contact or MUC.
|
2019-03-25 18:16:44 +00:00
|
|
|
====
|
|
|
|
|
|
|
|
## LOCATION
|
|
|
|
|
2022-02-22 18:57:03 +00:00
|
|
|
The account data is expected at `~/.config/go-sendxmpp/config` (preferred), `~/.config/go-sendxmpp/sendxmpprc`
|
2023-10-19 21:03:10 +00:00
|
|
|
(deprecated) or `~/.sendxmpprc` (for compatibility with the original perl sendxmpp) if no other configuration file
|
2022-02-22 18:57:03 +00:00
|
|
|
location is specified with -f or --file. The configuration file is expected to be in the following format:
|
2019-03-25 18:16:44 +00:00
|
|
|
|
|
|
|
## FORMAT
|
|
|
|
|
2020-06-06 10:42:19 +00:00
|
|
|
username: [<your_jid>]
|
2019-03-25 18:16:44 +00:00
|
|
|
jserver: [<jabber_server>]
|
|
|
|
port: [<jabber_port>]
|
|
|
|
password: [<your_jabber_password>]
|
2022-02-18 20:38:04 +00:00
|
|
|
eval_password: [<command_to_unlock_your_password>]
|
2022-08-06 09:52:47 +00:00
|
|
|
alias: [<your_alias>]
|
2020-10-01 16:55:41 +00:00
|
|
|
|
2020-10-01 17:18:45 +00:00
|
|
|
## REQUIRED SETTINGS
|
|
|
|
|
|
|
|
If all necessary settings are supplied as command line arguments no config file is needed at all.
|
|
|
|
Setting `jserver` and `port` might not be necessary depending on the used server.
|
2020-10-06 16:18:44 +00:00
|
|
|
You should either use a password manager and the setting `eval_password` or add
|
2020-10-01 16:55:41 +00:00
|
|
|
your password in plaintext to the config file with the setting `password`.
|
2019-03-25 18:16:44 +00:00
|
|
|
|
|
|
|
## AUTHOR
|
|
|
|
|
|
|
|
Written by Martin Dosch.
|
|
|
|
|
|
|
|
## REPORTING BUGS
|
|
|
|
|
|
|
|
|
2022-01-30 12:29:02 +00:00
|
|
|
Report bugs at [https://salsa.debian.org/mdosch/go-sendxmpp/issues](https://salsa.debian.org/mdosch/go-sendxmpp/issues).
|
2019-03-25 18:16:44 +00:00
|
|
|
|
|
|
|
## COPYRIGHT
|
|
|
|
|
2023-05-11 18:05:31 +00:00
|
|
|
Copyright (c) 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(1), sendxmpp(1)
|