aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppClient.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-02-03 16:18:37 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-02-03 16:18:37 +0000
commitfaa8d73981eed8172410e7662fbf002d9fa35f04 (patch)
treed12a52c62d5d86c5357a6cef0bcc3924064b24ac /source/QXmppClient.h
parent4e3c8ca5c82c27cb81d69ac43f06b581eb5afe70 (diff)
downloadqxmpp-faa8d73981eed8172410e7662fbf002d9fa35f04.tar.gz
integrate XEP-0136 into QXmppClient
Diffstat (limited to 'source/QXmppClient.h')
-rw-r--r--source/QXmppClient.h2
1 files changed, 2 insertions, 0 deletions
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: