weechatRN

Weechat relay client for iOS using websockets https://github.com/mhoran/weechatRN
git clone http://git.hanabi.in/repos/weechatRN.git
Log | Files | Refs | README | LICENSE

commit 43ae696748c0ad8246f60896cf528666e61dfbea
parent f953b45b4ea425b1a743752ef88c50cfff09402c
Author: Matthew Horan <matt@matthoran.com>
Date:   Sat, 19 Sep 2020 11:33:41 -0400

Set usesNonExemptEncryption for iOS

Only HTTPS is used when SSL is enabled.

Diffstat:
Mapp.json | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app.json b/app.json @@ -6,7 +6,10 @@ "privacy": "public", "ios": { "bundleIdentifier": "com.matthoran.weechatrn", - "supportsTablet": true + "supportsTablet": true, + "config": { + "usesNonExemptEncryption": false + } }, "android": { "package": "com.matthoran.weechatrn"