mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
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:
parent
7729eec96f
commit
a31a5a1e97
@ -52,20 +52,21 @@ _clients = [{
|
|||||||
}]
|
}]
|
||||||
}, {
|
}, {
|
||||||
'name':
|
'name':
|
||||||
_('ChatSecure'),
|
_('Monal - XMPP Chat'),
|
||||||
'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.'),
|
|
||||||
'platforms': [{
|
'platforms': [{
|
||||||
'type': 'store',
|
'type': 'store',
|
||||||
'os': 'ios',
|
'os': 'ios',
|
||||||
'store_name': 'app-store',
|
'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':
|
'name':
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user