Fix typo.

socks
Martin Dosch 5 months ago
parent fdaa694c97
commit 8337bcf82b
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -87,7 +87,7 @@ Password for XMPP account\.
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 go\-sendxmpp will join the MUC\.
.TP
\fB\-\-scram\-mech\-pinning=[<value>]\fR
Enforce the use of a certain SCRAM authentication mechanism\. Currently go\-sendxmpp supports \fISCRAM\-SHA\-1\fR, \fISCRAM\-SHA\-1\-PLUS\fR, \fISCRAM\-SHA\-256\fR, \fISCRAM\-SHA\-256\-PLUS\fR, \fISCRAM\-SHA\-512\fR and \fISCRAM\-SHA\-512\-PLUS\fR\. You should know what you are doing when using this setting and make sure the chosen mechanism is supported by the server\. If not set go\-sendxmpp will use XEP\-0474 to prevent downgrade attacks (needs server support)\.
Enforce the use of a certain SCRAM authentication mechanism\. Currently go\-sendxmpp supports \fISCRAM\-SHA\-1\fR, \fISCRAM\-SHA\-1\-PLUS\fR, \fISCRAM\-SHA\-256\fR, \fISCRAM\-SHA\-256\-PLUS\fR, \fISCRAM\-SHA\-512\fR and \fISCRAM\-SHA\-512\-PLUS\fR\. You should know what you are doing when using this setting and make sure the chosen mechanism is supported by the server\. If not set, go\-sendxmpp will use XEP\-0474 to prevent downgrade attacks (needs server support)\.
.TP
\fB\-\-timeout=\fR[\fIvalue\fR]
Connection timeout in seconds\. (Default: 10)

@ -188,7 +188,7 @@ To send raw XML to a MUC you have to specify the MUC via <code>-c</code> and go-
<dd>Enforce the use of a certain SCRAM authentication mechanism. Currently go-sendxmpp supports
<em>SCRAM-SHA-1</em>, <em>SCRAM-SHA-1-PLUS</em>, <em>SCRAM-SHA-256</em>, <em>SCRAM-SHA-256-PLUS</em>, <em>SCRAM-SHA-512</em>
and <em>SCRAM-SHA-512-PLUS</em>. You should know what you are doing when using this setting and
make sure the chosen mechanism is supported by the server. If not set go-sendxmpp will use XEP-0474
make sure the chosen mechanism is supported by the server. If not set, go-sendxmpp will use XEP-0474
to prevent downgrade attacks (needs server support).</dd>
<dt>
<code>--timeout=</code>[<var>value</var>]</dt>

@ -114,7 +114,7 @@ To send raw XML to a MUC you have to specify the MUC via `-c` and go-sendxmpp wi
Enforce the use of a certain SCRAM authentication mechanism. Currently go-sendxmpp supports
*SCRAM-SHA-1*, *SCRAM-SHA-1-PLUS*, *SCRAM-SHA-256*, *SCRAM-SHA-256-PLUS*, *SCRAM-SHA-512*
and *SCRAM-SHA-512-PLUS*. You should know what you are doing when using this setting and
make sure the chosen mechanism is supported by the server. If not set go-sendxmpp will use XEP-0474
make sure the chosen mechanism is supported by the server. If not set, go-sendxmpp will use XEP-0474
to prevent downgrade attacks (needs server support).
* `--timeout=`[<value>]:

Loading…
Cancel
Save