mirror of
https://github.com/moparisthebest/Conversations
synced 2025-02-08 02:40:11 -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() {
|
public void resetEverything() {
|
||||||
resetStreamId();
|
resetStreamId();
|
||||||
clearIqCallbacks();
|
clearIqCallbacks();
|
||||||
|
mStanzaQueue.clear();
|
||||||
synchronized (this.disco) {
|
synchronized (this.disco) {
|
||||||
disco.clear();
|
disco.clear();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user