aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppClient.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-06-04 12:32:54 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-06-04 12:32:54 +0000
commit6661d96e0379bdf4092f191040fddd0f4f14ec49 (patch)
tree15979396eb8b7fce5bef8dc75de85d48edbe7e59 /source/QXmppClient.h
parentc82cdbb0bfd43e1c48300d41031c00245f8bbe87 (diff)
downloadqxmpp-6661d96e0379bdf4092f191040fddd0f4f14ec49.tar.gz
move archive management to QXmppArchiveManager
Diffstat (limited to 'source/QXmppClient.h')
-rw-r--r--source/QXmppClient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h
index 6732d048..23e8582a 100644
--- a/source/QXmppClient.h
+++ b/source/QXmppClient.h
@@ -208,6 +208,7 @@ private:
QXmppConfiguration m_config; ///< This object provides the configuration
///< required for connecting to the XMPP server.
QXmppPresence m_clientPresence; ///< Stores the current presence of the connected client
+ QXmppArchiveManager *m_archiveManager; ///< Pointer to the archive manager
QXmppReconnectionManager* m_reconnectionManager; ///< Pointer to the reconnection manager
QXmppRoster *m_roster; ///< Pointer to the roster manager
QHash<QString,QXmppInvokable *> m_interfaces;