Fixes a problem with jabber accounts where canceled certificate verification will lead to keep trying connecting with all other discovered servers till approved, reported by Ingo.

cusax-fix
Damian Minkov 15 years ago
parent b18ede7a25
commit dc9f8e3bdc

@ -919,6 +919,14 @@ private ConnectState connectAndLogin(
connection.connect();
if(abortConnecting)
{
abortConnecting = false;
disconnectAndCleanConnection();
return ConnectState.ABORT_CONNECTING;
}
registerServiceDiscoveryManager();
if(connectionListener == null)

Loading…
Cancel
Save