aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/QXmppStream.cpp')
-rw-r--r--source/QXmppStream.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/QXmppStream.cpp b/source/QXmppStream.cpp
index 4edfc3b4..e71b742a 100644
--- a/source/QXmppStream.cpp
+++ b/source/QXmppStream.cpp
@@ -641,6 +641,8 @@ void QXmppStream::parser(const QByteArray& data)
iq.setError(error);
sendPacket(iq);
}
+
+ iqPacket.parse(nodeRecv);
}
iqPacket.setError(error);