From 34aff6f8cf1bd68a8a9d2aed93859869c075ef4f Mon Sep 17 00:00:00 2001 From: David Manouchehri Date: Wed, 15 Jul 2015 18:23:59 -0400 Subject: Fixed broken URL. The HTTPS server is throwing GitHub's certificate instead of a proper one, so I'm going to stick with HTTP for now. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b48c6b25..fd64a315 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ decrypting and encrypting takes longer than OTR. It is however asynchronous and works well with message carbons. To use OpenPGP you have to install the open source app -[OpenKeychain](www.openkeychain.org) and then long press on the account in +[OpenKeychain](http://www.openkeychain.org) and then long press on the account in manage accounts and choose renew PGP announcement from the contextual menu. #### How does the encryption for conferences work? -- cgit v1.2.3 From 612e8bd794dabe1df4edbbe9e084387eb9da5570 Mon Sep 17 00:00:00 2001 From: "Christian S." Date: Thu, 16 Jul 2015 07:36:35 +0200 Subject: fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b48c6b25..f3d27580 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ run your own XMPP server for you and your friends. These XEP's are: withholding unimportant packages. without removing them from your roster. * XEP-xxxx: HttpUpload allows you to share files in conferences and with offline - contacts. Requires and [additional component](https://github.com/siacs/HttpUploadComponent) + contacts. Requires an [additional component](https://github.com/siacs/HttpUploadComponent) on your server. ## Team -- cgit v1.2.3 From 73e703e5d4f7dc08947395bb6ee546e820af45a5 Mon Sep 17 00:00:00 2001 From: "Christian S." Date: Thu, 16 Jul 2015 10:15:26 +0200 Subject: fixed another typo --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index f20b5dca..9e7ffd2f 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,6 @@ run your own XMPP server for you and your friends. These XEP's are: * XEP-0352: Client State Indication lets the server know whether or not Conversations is in the background. Allows the server to save bandwidth by withholding unimportant packages. - without removing them from your roster. * XEP-xxxx: HttpUpload allows you to share files in conferences and with offline contacts. Requires an [additional component](https://github.com/siacs/HttpUploadComponent) on your server. -- cgit v1.2.3