mirror of
https://github.com/moparisthebest/Conversations
synced 2025-02-07 18:30:12 -05:00
reset stanza queue when resetting xmppconnection
This commit is contained in:
parent
43521891f0
commit
6140861143
@ -879,6 +879,7 @@ public class XmppConnection implements Runnable {
|
||||
public void resetEverything() {
|
||||
resetStreamId();
|
||||
clearIqCallbacks();
|
||||
mStanzaQueue.clear();
|
||||
synchronized (this.disco) {
|
||||
disco.clear();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user