Mercurial > prosody-modules
comparison mod_register_apps/mod_register_apps.lua @ 5927:07f32bf41303
mod_register_apps: Update Conversations Android version
Source:
- https://codeberg.org/iNPUTmice/Conversations/src/commit/4eee26e7d381f59a4402db30abbc640efeaf3980/build.gradle#L105
- https://apilevels.com/
Noticed thanks to https://mastodon.sdf.org/@itokoi/112745327733761311
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 08 Jul 2024 10:47:07 +0200 |
parents | e06af1403a60 |
children |
comparison
equal
deleted
inserted
replaced
5926:9bcc26406b47 | 5927:07f32bf41303 |
---|---|
10 end | 10 end |
11 | 11 |
12 local app_config = module:get_option("site_apps", { | 12 local app_config = module:get_option("site_apps", { |
13 { | 13 { |
14 name = "Conversations"; | 14 name = "Conversations"; |
15 text = [[Conversations is a Jabber/XMPP client for Android 4.0+ smartphones that has been optimized to provide a unique mobile experience.]]; | 15 text = [[Conversations is a Jabber/XMPP client for Android 6.0+ smartphones that has been optimized to provide a unique mobile experience.]]; |
16 image = "assets/logos/conversations.svg"; | 16 image = "assets/logos/conversations.svg"; |
17 link = "https://play.google.com/store/apps/details?id=eu.siacs.conversations"; | 17 link = "https://play.google.com/store/apps/details?id=eu.siacs.conversations"; |
18 platforms = { "Android" }; | 18 platforms = { "Android" }; |
19 supports_preauth_uri = true; | 19 supports_preauth_uri = true; |
20 magic_link_format = "{app.link!}&referrer={invite.uri}"; | 20 magic_link_format = "{app.link!}&referrer={invite.uri}"; |