From a31a5a1e97bb04b7e453894a702ab78a1b3f0695 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Mon, 13 Feb 2023 16:31:10 -0800 Subject: [PATCH] ejabberd: Add Monal and Siskin for iOS and remove ChatSecure Closes: #2323. - Monal is BSD 2-Clause licensed. - Siskin IM is GPLv3 licensed. Tests: - In app install page, clicking on clients shows the two new clients and old client removed. Clicking on the buttons takes us to correct pages on the iOS app store. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/ejabberd/manifest.py | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/plinth/modules/ejabberd/manifest.py b/plinth/modules/ejabberd/manifest.py index 092ccc9e2..8c3c17b3a 100644 --- a/plinth/modules/ejabberd/manifest.py +++ b/plinth/modules/ejabberd/manifest.py @@ -52,20 +52,21 @@ _clients = [{ }] }, { 'name': - _('ChatSecure'), - 'description': - _('ChatSecure is a free and open source ' - 'messaging app that features OTR encryption ' - 'over XMPP. You can connect to an existing ' - 'Google account, create new accounts on ' - 'public XMPP servers (including via Tor), ' - 'or even connect to your own server for ' - 'extra security.'), + _('Monal - XMPP Chat'), 'platforms': [{ 'type': 'store', 'os': 'ios', 'store_name': 'app-store', - 'url': 'https://apps.apple.com/us/app/chatsecure/id464200063' + 'url': 'https://apps.apple.com/us/app/monal-xmpp-chat/id317711500' + }] +}, { + 'name': + _('Siskin IM'), + 'platforms': [{ + 'type': 'store', + 'os': 'ios', + 'store_name': 'app-store', + 'url': 'https://apps.apple.com/us/app/tigase-messenger/id1153516838' }] }, { 'name':