Closed singpolyma closed 2 years ago
Supersedes #168 by pulling the TLS check to the top of the method instead of changing the loop behaviour.
When running a Prosody with c2s_encryption_required = false without this patch blather crashes, with it starttls happens as expected.
c2s_encryption_required = false
Thanks for the contribution!
Supersedes #168 by pulling the TLS check to the top of the method instead of changing the loop behaviour.
When running a Prosody with
c2s_encryption_required = false
without this patch blather crashes, with it starttls happens as expected.