Merge branch '4.4'

This commit is contained in:
Florian Schmaus 2021-11-09 15:30:02 +01:00
commit cad63bc107
1 changed files with 0 additions and 3 deletions

View File

@ -524,9 +524,6 @@ public abstract class AbstractXMPPConnection implements XMPPConnection {
closingStreamReceived = false;
streamId = null;
// The connection should not be connected nor marked as such prior calling connectInternal().
assert !connected;
try {
// Perform the actual connection to the XMPP service
connectInternal();