mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-12-22 18:48:00 +01:00
Merge branch '4.4'
This commit is contained in:
commit
cad63bc107
1 changed files with 0 additions and 3 deletions
|
@ -524,9 +524,6 @@ public abstract class AbstractXMPPConnection implements XMPPConnection {
|
||||||
closingStreamReceived = false;
|
closingStreamReceived = false;
|
||||||
streamId = null;
|
streamId = null;
|
||||||
|
|
||||||
// The connection should not be connected nor marked as such prior calling connectInternal().
|
|
||||||
assert !connected;
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// Perform the actual connection to the XMPP service
|
// Perform the actual connection to the XMPP service
|
||||||
connectInternal();
|
connectInternal();
|
||||||
|
|
Loading…
Reference in a new issue