[codespell]: Fix typo.

This commit is contained in:
Martin Dosch 2023-11-11 19:11:31 +01:00
parent df5f149dab
commit 5ae695f89b
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D
3 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@ Username for XMPP account (JID)\.
\fB\-\-version\fR \fB\-\-version\fR
Show version information\. Show version information\.
.SH "SCRAM" .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" .SH "SHELL COMPLETIONS"
.SS "ZSH" .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\. 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\.

View File

@ -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> <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 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 <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 used mechanism. It will read this file and use the same mechanism for future connections

View File

@ -121,7 +121,7 @@ Show version information.
## SCRAM ## 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 If go-sendxmpp successfully connects using SCRAM it will create a file
`~/.local/share/go-sendxmpp/[your_jid]/authmechanism` containing the name of the `~/.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 used mechanism. It will read this file and use the same mechanism for future connections