From 3c2674ca72a5c7249357885d4a2e0b7944b5dc5e Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Wed, 23 Jun 2010 09:29:08 +0000 Subject: initial integration of QXmppMucManager --- source/QXmppClient.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source/QXmppClient.h') diff --git a/source/QXmppClient.h b/source/QXmppClient.h index 321e9d15..f87656a8 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -38,6 +38,7 @@ class QXmppPresence; class QXmppMessage; class QXmppPacket; class QXmppIq; +class QXmppMucManager; class QXmppRoster; class QXmppReconnectionManager; class QXmppVCardManager; @@ -100,6 +101,11 @@ public: const QXmppPresence& initialPresence = QXmppPresence()); void disconnect(); + + QXmppMucManager& mucManager(); + + // FIXME : these accessors should be deprecated in favour of + // versions without the "get". QXmppRoster& getRoster(); QXmppConfiguration& getConfiguration(); const QXmppConfiguration& getConfiguration() const; @@ -217,6 +223,7 @@ private: ///< TCP socket and XMPP protocol QXmppPresence m_clientPresence; ///< Stores the current presence of the connected client QXmppArchiveManager *m_archiveManager; ///< Pointer to the archive manager + QXmppMucManager* m_mucManager; ///< Pointer to the multi-user chat manager QXmppReconnectionManager* m_reconnectionManager; ///< Pointer to the reconnection manager QXmppRoster *m_roster; ///< Pointer to the roster manager QXmppTransferManager *m_transferManager;///< Pointer to the transfer manager -- cgit v1.2.3