mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-18 02:02:04 +01:00
[tcp] Add missing notifyWaitingThreads() after receiving SM <failed/>
This commit is contained in:
parent
8e337d7810
commit
843c8dd7fe
1 changed files with 1 additions and 0 deletions
|
@ -1016,6 +1016,7 @@ public class XMPPTCPConnection extends AbstractXMPPConnection {
|
|||
// This is a <failed/> nonza in a response to resuming a previous stream, failure to do
|
||||
// so is non-fatal as we can simply continue with resource binding in this case.
|
||||
smResumptionFailed = failed;
|
||||
notifyWaitingThreads();
|
||||
} else {
|
||||
FailedNonzaException xmppException = new FailedNonzaException(failed, failed.getStanzaErrorCondition());
|
||||
setCurrentConnectionExceptionAndNotify(xmppException);
|
||||
|
|
Loading…
Reference in a new issue