XMPP invitation landing page, without javascript
Added Android clients
| -rw-r--r-- | README.md | 3 | ||||
| -rw-r--r-- | clients.json | 5 |
2 files changed, 7 insertions, 1 deletions
@@ -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)" +] |