diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2016-10-05 09:05:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-05 09:05:53 +0200 |
commit | 27af6a4b1ecc03a96fb623de260e8261f5bf765a (patch) | |
tree | 69375e443fd0f84edf7fe65d98f122284deacaba | |
parent | 082c06a486fe4cdb8870680a33836f40d570d1fd (diff) |
Add client recommandition to readme. fixes #2048
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -329,6 +329,14 @@ feature is regarded experimental. Conversations is the only client that uses XEP-0027 with conferences. (The XEP neither specifically allows nor disallows this.) +### What clients do I use on other platforms +There are XMPP Clients available for all major platforms. +####Windows / Linux +For your desktop computer we recommand that you use [Gajim](https://gajim.org). You need to install the plugins `OMEMO`, `HTTP Upload` and `URL image preview` to get the best compatibiltiy with Conversations. Plugins can be installed from withhin the app. +####iOS +Unfortunatly we don‘t have a recommandation for iPhones right now. There are two clients available [ChatSecure](https://chatsecure.org/) and [Monal](https://monal.im/). Both with their own pros and cons. + + ### Development <a name="beta"></a> |