From dace07cdcb11eca3127ffd44e0692cd1b4b1b02a Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Thu, 1 Sep 2016 22:42:10 -0400 Subject: [PATCH] xmpp: Don't disable starttls Fix error introduced in edecd74ccf6cc98ec0962165e20f24ba0201ee91. --- actions/xmpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/actions/xmpp b/actions/xmpp index 91f44ce86..958190f56 100755 --- a/actions/xmpp +++ b/actions/xmpp @@ -104,8 +104,6 @@ def subcommand_setup(_): conf = ruamel.yaml.round_trip_load(file_handle, preserve_quotes=True) for listen_port in conf['listen']: - if 'starttls' in listen_port: - listen_port['starttls'] = False if 'tls' in listen_port: listen_port['tls'] = False