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 <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2023-02-13 16:31:10 -08:00 committed by James Valleroy
parent 7729eec96f
commit a31a5a1e97
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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':