[codespell]: Fix typo.

http-upload-enforce-https
Martin Dosch 7 months ago
parent df5f149dab
commit 5ae695f89b
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -98,7 +98,7 @@ Username for XMPP account (JID)\.
\fB\-\-version\fR
Show version information\.
.SH "SCRAM"
Go\-sendxmpp supports \fISalted Challenge Responce Authentication Mechanism\fR (SCRAM)\. If go\-sendxmpp successfully connects using SCRAM it will create a file \fB~/\.local/share/go\-sendxmpp/[your_jid]/authmechanism\fR containing the name of the used mechanism\. It will read this file and use the same mechanism for future connections and fail if it is not available\. This is to protect against downgrades by a \fIMachine In The Middle\fR (MITM)\. If you want to upgrade to another mechanism (e\.g\. if SCRAM\-SHA\-1\-PLUS gets available for your server that previously only supported SCRAM\-SHA\-1) you have to manually edit the file\. It is not recommended to delete the file and let go\-sendxmpp recreate it as this would make it vulnerable to downgrade attacks for the next connection attempt\.
Go\-sendxmpp supports \fISalted Challenge Response Authentication Mechanism\fR (SCRAM)\. If go\-sendxmpp successfully connects using SCRAM it will create a file \fB~/\.local/share/go\-sendxmpp/[your_jid]/authmechanism\fR containing the name of the used mechanism\. It will read this file and use the same mechanism for future connections and fail if it is not available\. This is to protect against downgrades by a \fIMachine In The Middle\fR (MITM)\. If you want to upgrade to another mechanism (e\.g\. if SCRAM\-SHA\-1\-PLUS gets available for your server that previously only supported SCRAM\-SHA\-1) you have to manually edit the file\. It is not recommended to delete the file and let go\-sendxmpp recreate it as this would make it vulnerable to downgrade attacks for the next connection attempt\.
.SH "SHELL COMPLETIONS"
.SS "ZSH"
There are no shell completions yet (contributions welcome) but for zsh it is possible to automatically create completions from \fB\-\-help\fR which might work good enough\.

@ -198,7 +198,7 @@ To send raw XML to a MUC you have to specify the MUC via <code>-c</code> and go-
<h2 id="SCRAM">SCRAM</h2>
<p>Go-sendxmpp supports <em>Salted Challenge Responce Authentication Mechanism</em> (SCRAM).
<p>Go-sendxmpp supports <em>Salted Challenge Response Authentication Mechanism</em> (SCRAM).
If go-sendxmpp successfully connects using SCRAM it will create a file
<code>~/.local/share/go-sendxmpp/[your_jid]/authmechanism</code> containing the name of the
used mechanism. It will read this file and use the same mechanism for future connections

@ -121,7 +121,7 @@ Show version information.
## SCRAM
Go-sendxmpp supports *Salted Challenge Responce Authentication Mechanism* (SCRAM).
Go-sendxmpp supports *Salted Challenge Response Authentication Mechanism* (SCRAM).
If go-sendxmpp successfully connects using SCRAM it will create a file
`~/.local/share/go-sendxmpp/[your_jid]/authmechanism` containing the name of the
used mechanism. It will read this file and use the same mechanism for future connections

Loading…
Cancel
Save