mirror of
https://salsa.debian.org/mdosch/go-sendxmpp
synced 2024-11-12 13:10:25 +00:00
Compile updated manpage.
This commit is contained in:
parent
e5c1f4f51a
commit
740f7f73b2
@ -6,7 +6,15 @@
|
||||
.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"
|
||||
\fBusername: [<your_jid>] jserver: [<jabber_server>] port: [<jabber_port>] password: [<your_jabber_password>] eval_password: <command_to_unlock_your_password>\fR
|
||||
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
|
||||
.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"
|
||||
|
@ -83,13 +83,11 @@ server. The configuration file is expected to be in the following format:</p>
|
||||
|
||||
<h2 id="FORMAT">FORMAT</h2>
|
||||
|
||||
<p><code>
|
||||
username: [<your_jid>]
|
||||
jserver: [<jabber_server>]
|
||||
port: [<jabber_port>]
|
||||
password: [<your_jabber_password>]
|
||||
eval_password: <command_to_unlock_your_password>
|
||||
</code></p>
|
||||
<p>username: [<var>your_jid</var>] <br>
|
||||
jserver: [<var>jabber_server</var>] <br>
|
||||
port: [<var>jabber_port</var>] <br>
|
||||
password: [<var>your_jabber_password</var>] <br>
|
||||
eval_password: <var>command_to_unlock_your_password</var></p>
|
||||
|
||||
<p>You should either use a password manager and the setting <code>eval_password</code> (recommended) or add
|
||||
your password in plaintext to the config file with the setting <code>password</code>.</p>
|
||||
|
Loading…
Reference in New Issue
Block a user