1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00

Move duplicate code in AbstractXMPPConnection

from XMPP(TCP|BOSH)Connection.
This commit is contained in:
Florian Schmaus 2016-11-12 11:03:44 +01:00
parent 489a48bf86
commit 013f4d630a
4 changed files with 9 additions and 12 deletions

View file

@ -198,11 +198,6 @@ public class XMPPBOSHConnection extends AbstractXMPPConnection {
+ getHost() + ":" + getPort() + ".";
throw new SmackException(errorMessage);
}
// Wait with SASL auth until the SASL mechanisms have been received
saslFeatureReceived.checkIfSuccessOrWaitOrThrow();
callConnectionConnectedListener();
}
public boolean isSecureConnection() {