diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-02-11 07:56:40 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-02-11 07:56:40 +0000 |
| commit | 629b537d6b597f116f8f385859384bb59c1b5634 (patch) | |
| tree | 2c14f27f578c65e7d79e94a95ccd4c11c302c14d /source/QXmppClient.h | |
| parent | e386059f004474d4ffa32a9573a3f36dbec4439b (diff) | |
| download | qxmpp-629b537d6b597f116f8f385859384bb59c1b5634.tar.gz | |
integrate support for XEP-0030 : Service Discovery
Diffstat (limited to 'source/QXmppClient.h')
| -rw-r--r-- | source/QXmppClient.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h index 52139fe9..1692e6fb 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -61,6 +61,7 @@ class QXmppRemoteMethod; class QXmppIbbTransferManager; class QXmppRemoteMethodResult; class QXmppArchiveManager; +class QXmppDiscoveryIq; class QXmppClient : public QObject { @@ -166,6 +167,9 @@ signals: /// management, setting-getting vCards etc is done using iq stanzas. void iqReceived(const QXmppIq&); + /// Notifies that an XMPP service discovery iq stanza is received. + void discoveryIqReceived(const QXmppDiscoveryIq&); + public: QAbstractSocket::SocketError getSocketError(); |
