1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-12 06:34:49 +02:00
Smack/smack-core/src
Florian Schmaus a9d5cd4a61 Move TLS Required check at the end of connect()
It was a *very* bad idea to perform the SecurityMode.Required check in
the connection's reader thread and not at the end of
AbstractXMPPConnectin's connect(). :/

This behavior dates back to 8e750912a7

Fixes SMACK-739
2016-11-12 11:59:06 +01:00
..
integration-test Add checkstyle rule for StringBuilder.append(char) 2015-07-27 19:02:11 +02:00
main Move TLS Required check at the end of connect() 2016-11-12 11:59:06 +01:00
test Move duplicate code in AbstractXMPPConnection 2016-11-12 11:03:44 +01:00