aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-05-26 09:19:15 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-05-26 09:19:15 +0000
commitfd70dcd1a7aea78ecf17ca16ae19ec1a5f5b6522 (patch)
treeca65b21a6aa123e5aff88a1b3323fa3ddf36c462 /source/QXmppStream.h
parentee69d7cb646015c58b72277f6d1668bdad612dd0 (diff)
downloadqxmpp-fd70dcd1a7aea78ecf17ca16ae19ec1a5f5b6522.tar.gz
don't store received IQs to a QXmppIq before emitting iqReceived,
otherwise we lose the full information from the parsed IQ
Diffstat (limited to 'source/QXmppStream.h')
-rw-r--r--source/QXmppStream.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/QXmppStream.h b/source/QXmppStream.h
index 33b43ff9..f1bf6492 100644
--- a/source/QXmppStream.h
+++ b/source/QXmppStream.h
@@ -173,8 +173,6 @@ private:
bool hasEndStreamElement(const QByteArray&);
void processPresence(const QXmppPresence&);
- void processMessage(const QXmppMessage&);
- void processIq(const QXmppIq&);
void processBindIq(const QXmppBind&);
void processRosterIq(const QXmppRosterIq&);