aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-02-18 13:49:40 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-02-18 13:49:40 +0000
commit87b7c17bb63e55109e3c0b67dd5dd97803562897 (patch)
tree29abe8c03ede8c9b71c053836dfb64ad4ed0baa4 /source/QXmppStream.cpp
parent8b14bfc46a1287f97670b08b75be4108587516d2 (diff)
downloadqxmpp-87b7c17bb63e55109e3c0b67dd5dd97803562897.tar.gz
parse generic IQs
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);