From faa8d73981eed8172410e7662fbf002d9fa35f04 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 3 Feb 2010 16:18:37 +0000 Subject: integrate XEP-0136 into QXmppClient --- source/QXmppClient.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/QXmppClient.h') diff --git a/source/QXmppClient.h b/source/QXmppClient.h index 02564250..52139fe9 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -60,6 +60,7 @@ class QXmppRpcInvokeIq; class QXmppRemoteMethod; class QXmppIbbTransferManager; class QXmppRemoteMethodResult; +class QXmppArchiveManager; class QXmppClient : public QObject { @@ -111,6 +112,7 @@ public: const QXmppPresence& getClientPresence() const; QXmppVCardManager& getVCardManager(); QXmppIbbTransferManager* getIbbTransferManager() const; + QXmppArchiveManager& getArchiveManager(); signals: -- cgit v1.2.3