about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGeorg Lukas <georg@op-co.de>2017-01-01 22:33:12 +0100
committerGeorg Lukas <georg@op-co.de>2017-01-01 22:33:36 +0100
commit2b27c5048f1de4a5e9e5194acf311711373356cd (patch)
tree814e56573377011568db5e2c3880a76f8d02a54c
parente619882de66bf74ff141d771959c4685aa1bd874 (diff)
downloadphp-xmpp-invitation-2b27c5048f1de4a5e9e5194acf311711373356cd.tar.gz
Added Android clients
-rw-r--r--README.md3
-rw-r--r--clients.json5
2 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index d1c301e..6246344 100644
--- a/README.md
+++ b/README.md
@@ -25,8 +25,9 @@ Design decisions:
 TODO:
 
  * I18N / Translation
-   * Browser language auto-detection
+   * Browser language auto-detection, drop-down / language list for manual override
    * More languages
  * Plattform specific client recommendations (i.e. yaxim on Android, ChatSecure on iOS, Gajim on Windows)
+   * Option to switch plattform dynamically
  * "Edit" mode to manually create invitation links
  * Get rid of bootstrap
diff --git a/clients.json b/clients.json
new file mode 100644
index 0000000..8fbec2b
--- /dev/null
+++ b/clients.json
@@ -0,0 +1,5 @@
+[
+    "<strong><a href=\"https://play.google.com/store/apps/details?id=org.yaxim.androidclient\">yaxim</a></strong> - lightweight classic UI",
+    "<strong><a href=\"https://play.google.com/store/apps/details?id=eu.siacs.conversations\">Conversations</a></strong> - modern and featureful",
+    "<strong><a href=\"https://play.google.com/store/apps/details?id=org.yaxim.bruno\">Bruno</a></strong> - cute and cuddly (based on yaxim)"
+]