Smack/smack-tcp/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
..
main Move TLS Required check at the end of connect() 2016-11-12 11:59:06 +01:00
test/java/org/jivesoftware/smack Add errorprone check and fix found errors 2015-09-13 18:12:33 +02:00