Remove nonsense TODO

srvlookup
Martin Dosch 3 years ago
parent 702ce9ff47
commit 0811f434cb

@ -28,7 +28,6 @@ func connect(options xmpp.Options, directTLS bool) (*xmpp.Client, error) {
}
}
}
// TODO: Quit with error if NoTLS is set
// Unset STartTLS as we try direct TLS now
options.NoTLS = false
options.StartTLS = false

Loading…
Cancel
Save