diff --git a/man/go-sendxmpp.1 b/man/go-sendxmpp.1 index 4d0b265..a2a23b3 100644 --- a/man/go-sendxmpp.1 +++ b/man/go-sendxmpp.1 @@ -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 diff --git a/man/go-sendxmpp.1.html b/man/go-sendxmpp.1.html index 5fb35ca..9a0a03e 100644 --- a/man/go-sendxmpp.1.html +++ b/man/go-sendxmpp.1.html @@ -128,7 +128,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 diff --git a/man/go-sendxmpp.1.ronn b/man/go-sendxmpp.1.ronn index 6b40073..80282ba 100644 --- a/man/go-sendxmpp.1.ronn +++ b/man/go-sendxmpp.1.ronn @@ -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