summaryrefslogtreecommitdiffstats
path: root/app/xmpp/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/xmpp/index.js')
-rw-r--r--app/xmpp/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xmpp/index.js b/app/xmpp/index.js
index 63e0bc0..b0ee1bb 100644
--- a/app/xmpp/index.js
+++ b/app/xmpp/index.js
@@ -28,7 +28,7 @@ function xmppStart(core) {
options.tls = {
keyPath: settings.xmpp.tls.key,
certPath: settings.xmpp.tls.cert,
- honorCipherOrder: settings.xmpp.tls.honorCipherOrder || true,
+ honorCipherOrder: true,
ciphers: settings.xmpp.tls.ciphers || 'AES128-GCM-SHA256',
handshakeTimeout: settings.xmpp.tls.handshakeTimeout || 5000,
secureOptions: settings.xmpp.tls.options || 'SSL_OP_NO_SSLv2:SSL_OP_NO_SSLv3:SSL_OP_NO_TLSv1'