Skip to content

Commit 22a9e9e

Browse files
author
Daniel Gultsch
committed
remove some outdated information from readme
1 parent 1a83c29 commit 22a9e9e

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

README.md

+1-15
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,7 @@ Conversations is entirely open source and licensed under GPLv3. So if you are a
7878
software developer you can check out the sources from GitHub and use Gradle to
7979
build your apk file.
8080

81-
The more convenient way — which not only gives you automatic updates but also
82-
supports the further development of Conversations — is to buy the App in the
83-
Google [Play Store](https://play.google.com/store/apps/details?id=eu.siacs.conversations&referrer=utm_source%3Dcodeberg).
84-
85-
Buying the App from the Play Store will also give you access to our [beta test](#beta).
81+
Conversations is available on [Google Play](https://play.google.com/store/apps/details?id=eu.siacs.conversations) and on [F-Droid](https://f-droid.org/en/packages/eu.siacs.conversations/).
8682

8783
#### I don't have a Google Account but I would still like to make a donation
8884

@@ -350,16 +346,6 @@ this.)
350346

351347
Read more about the concept on https://gultsch.de/trust.html
352348

353-
#### What happened to OTR support?
354-
OTR was removed because it was highly unreliable. It didn’t work with multiple devices and was never really specified to work with XMPP. The codebase was a mess (There was an HTML parser in there for crying out loud to deal with the garbage some OTR clients would send.) Verification was implemented in a non-blocking way. It would tell you if the current session was using an unknown fingerprint but it didn’t actively stopped you from sending messages until you have confirmed the new fingerprint. (Like Conversations would do now with BTBV after verification or when BTBV is turned off.) Considering the previous points there was little to no desire from my point to fix this potential security issue or clean up the code base. Another reason for the removal was that people would use it *accidentally* even to communicate between two Conversations clients because they read somewhere that OTR is good.
355-
356-
### What clients do I use on other platforms
357-
There are XMPP Clients available for all major platforms.
358-
#### Windows / Linux
359-
For your desktop computer we recommend that you use [Gajim](https://gajim.org). You need to install the `OMEMO` plugin to get the best compatibility with Conversations. Plugins can be installed from within the app, from your distribution, or from flatpak if you installed it from there.
360-
#### iOS
361-
Unfortunately we don‘t have a recommendation for iPhones right now. There are three clients available [Siskin](https://siskin.im/), [ChatSecure](https://chatsecure.org/) and [Monal](https://monal.im/). Each with their own pros and cons.
362-
363349

364350
### Development
365351

0 commit comments

Comments
 (0)