Fix typo.

code-cleanup
Martin Dosch 2 years ago
parent a82c5541ad
commit 56bab555b7

@ -34,7 +34,7 @@ You can either pipe a programs output to \fBgo\-sendxmpp\fR, write in your termi
.P
\fB\-\-ox\fR: Use "OpenPGP for XMPP" encryption (experimental)\.
.br
\fBOx\fR in go\-sendxmpp only supports sending encrypted 1\-1 messages\. Sending to groupchats, sending encrypted files or receiveing encrypted messages is not supported\. The recipients public key is not cached at the moment but requested via pubsub for every single message\.
\fBOx\fR in go\-sendxmpp only supports sending encrypted 1\-1 messages\. Sending to groupchats, sending encrypted files or receiving encrypted messages is not supported\. The recipients public key is not cached at the moment but requested via pubsub for every single message\.
.br
There is also no check whether the recipients key is trusted as there is no local keyring used\. Go\-sendxmpp just uses the most recent key that is provided via pubsub and checks that it is not expired\.
.P

@ -128,7 +128,7 @@ file location is specified with <code>-f</code> or <code>--file</code>.</p>
<p><code>--ox</code>:
Use "OpenPGP for XMPP" encryption (experimental). <br>
<code>Ox</code> in go-sendxmpp only supports sending encrypted 1-1 messages. Sending to groupchats, sending
encrypted files or receiveing encrypted messages is not supported.
encrypted files or receiving encrypted messages is not supported.
The recipients public key is not cached at the moment but requested via pubsub for every single message. <br>
There is also no check whether the recipients key is trusted as there is no local keyring used.
Go-sendxmpp just uses the most recent key that is provided via pubsub and checks that it is not

@ -53,7 +53,7 @@ file location is specified with `-f` or `--file`.
`--ox`:
Use "OpenPGP for XMPP" encryption (experimental).
`Ox` in go-sendxmpp only supports sending encrypted 1-1 messages. Sending to groupchats, sending
encrypted files or receiveing encrypted messages is not supported.
encrypted files or receiving encrypted messages is not supported.
The recipients public key is not cached at the moment but requested via pubsub for every single message.
There is also no check whether the recipients key is trusted as there is no local keyring used.
Go-sendxmpp just uses the most recent key that is provided via pubsub and checks that it is not

Loading…
Cancel
Save