Software / code / prosody-modules
Comparison
mod_register_apps/mod_register_apps.lua @ 5955: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 |
| parent | 5740:e06af1403a60 |
| child | 6096:fe380764032d |
comparison
equal
deleted
inserted
replaced
| 5954:9bcc26406b47 | 5955: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}"; |