aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppStream.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-07-16 08:53:13 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-07-16 08:53:13 +0000
commit1b596e06fac7e1ec96cc5f9f387b936836f2c601 (patch)
tree428311cd012409834d0f7fa0408bf47c68c8a737 /source/QXmppStream.h
parent71ff1eec1fdc8e102d7b2b9732b5b576f7649f34 (diff)
downloadqxmpp-1b596e06fac7e1ec96cc5f9f387b936836f2c601.tar.gz
add support for parsing Jingle IQs
Diffstat (limited to 'source/QXmppStream.h')
-rw-r--r--source/QXmppStream.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/QXmppStream.h b/source/QXmppStream.h
index acfcf1b4..419bcb1c 100644
--- a/source/QXmppStream.h
+++ b/source/QXmppStream.h
@@ -53,6 +53,7 @@ class QXmppDiscoveryIq;
class QXmppIbbCloseIq;
class QXmppIbbDataIq;
class QXmppIbbOpenIq;
+class QXmppJingleIq;
class QXmppMucAdminIq;
class QXmppMucOwnerIq;
class QXmppStreamInitiationIq;
@@ -126,6 +127,9 @@ signals:
void mucAdminIqReceived(const QXmppMucAdminIq&);
void mucOwnerIqReceived(const QXmppMucOwnerIq&);
+ // XEP-0166: Jingle
+ void jingleIqReceived(const QXmppJingleIq&);
+
private slots:
void socketHostFound();
void socketReadReady();