xmpp: Don't disable starttls

Fix error introduced in edecd74ccf6cc98ec0962165e20f24ba0201ee91.
This commit is contained in:
James Valleroy 2016-09-01 22:42:10 -04:00 committed by Sunil Mohan Adapa
parent 3fe6ea6014
commit dace07cdcb
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

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