aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-03-24 13:07:26 +0100
committerDaniel Gultsch <daniel.gultsch@rwth-aachen.de>2014-03-24 13:07:26 +0100
commit608f860ea3f40294bc0decbe43a46448f024f245 (patch)
treee635ba74cf3df28472192ac8d4b3351dc10b7205
parent06a75d134422080269953e9a31f5656b083e9d21 (diff)
more faq
-rw-r--r--README.md20
1 files changed, 19 insertions, 1 deletions
diff --git a/README.md b/README.md
index c56bc437..44974c8c 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,24 @@ These XEPs are - as of now:
* XEP-0237: Roster Versioning mainly to save bandwith on poor mobile connections
##FAQ
+###General
+####How do I install Conversations?
+Conversations is entirely open source and licensed under GPLv3. So if you are a
+software developer you can check out the sources from github and use ant to
+build your apk file.
+
+The more convenient way which not only gives you automatic updates but also
+supports the further development of Conversations is to buy the App in the Google
+Play Store.
+####How do I create an account?
+XMPP like email for example is a federated protocol which means that there is
+not one company you can create your 'official xmpp account' with but there are
+hundreds or even thousands of provider out there. To find one use a web search
+engine of your choice. Or maybe your univeristy has one. Or you can run your own.
+Or ask a friend to run one. Once you found one you can use Conversations to
+create an account. Just select 'register new account on server' within the
+create account dialog.
+
###Security
####Why are there to end-to-end encryption methods and which one should I choose?
In most cases OTR should be the encryption method of choice. It works out of the box with most contacts as long as they are online.
@@ -42,6 +60,6 @@ more flexible.
Before you continue reading you should notice that the openPGP support in
Conversations is marked as experimental. This is not because it will make the app
unstable but because the fundamental concepts of PGP aren't ready for a
-widespread use. The way PGP works is that you trust Key IDs instead of XMPP- or email addresses. So in theory your contact list should consist of Public-Key-IDs instead of email addresses. But of course no email or xmpp client out there implements these concepts. Plus openPGG in the context of instant messaging has a couple of downsides. It is vulnerable for replay attacs, it is rather verbose, decryping and encrypting takes longer than OTR. It is however asynchronous and works well with carbonated messages.
+widespread use. The way PGP works is that you trust Key IDs instead of XMPP- or email addresses. So in theory your contact list should consist of Public-Key-IDs instead of email addresses. But of course no email or xmpp client out there implements these concepts. Plus PGP in the context of instant messaging has a couple of downsides. It is vulnerable to replay attacs, it is rather verbose, decryping and encrypting takes longer than OTR. It is however asynchronous and works well with carbonated messages.
To use openpgp you have to install the opensource app OpenKeychain (www.openkeychain.org) and then long press on the account in manage accounts and choose renew PGP announcement from the contextual menu.