XMPP invitation landing page, without javascript
Added Android clients
Georg Lukas 2017-01-01
parent e619882 · commit 2b27c50
-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)"
+]