aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppClient.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-07-18 10:55:26 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-07-18 10:55:26 +0000
commitbc608214ed38789670bff940abc50083317e73d9 (patch)
tree13b7a6046b9dc4aae4952fe9cad989e20a10e2e9 /source/QXmppClient.h
parent4f5e71e25599c10f439f92b825ff0a247ed8ba7b (diff)
downloadqxmpp-bc608214ed38789670bff940abc50083317e73d9.tar.gz
add intial support for Jingle RTP Sessions
Diffstat (limited to 'source/QXmppClient.h')
-rw-r--r--source/QXmppClient.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/QXmppClient.h b/source/QXmppClient.h
index 55bd5297..de1683ae 100644
--- a/source/QXmppClient.h
+++ b/source/QXmppClient.h
@@ -50,6 +50,7 @@ class QXmppArchiveManager;
class QXmppDiscoveryIq;
class QXmppVCardManager;
class QXmppTransferManager;
+class QXmppCallManager;
/// \brief The QXmppClient class is the main class for using QXmpp.
///
@@ -104,6 +105,7 @@ public:
bool isConnected() const;
QXmppArchiveManager& archiveManager();
+ QXmppCallManager& callManager();
QXmppMucManager& mucManager();
QXmppTransferManager& transferManager();
@@ -227,6 +229,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
+ QXmppCallManager *m_callManager; ///< Pointer to the call 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