From 10c093a617929db5c6b201dbf03d6070b12b36b4 Mon Sep 17 00:00:00 2001 From: Manjeet Dahiya Date: Tue, 27 Oct 2009 12:04:03 +0000 Subject: Issue 15: Implement XEP-0047 --- source/QXmppClient.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/QXmppClient.h') diff --git a/source/QXmppClient.h b/source/QXmppClient.h index 5e5f3099..ad24187a 100644 --- a/source/QXmppClient.h +++ b/source/QXmppClient.h @@ -52,6 +52,7 @@ class QXmppIq; class QXmppRoster; class QXmppReconnectionManager; class QXmppVCardManager; +class QXmppIbbTransferManager; class QXmppClient : public QObject { @@ -87,6 +88,7 @@ public: bool setReconnectionManager(QXmppReconnectionManager*); const QXmppPresence& getClientPresence() const; QXmppVCardManager& getVCardManager(); + QXmppIbbTransferManager* getIbbTransferManager() const; signals: @@ -155,6 +157,7 @@ private: ///< required for connecting to the XMPP server. QXmppPresence m_clientPrecence; ///< Stores the current presence of connected client QXmppReconnectionManager* m_reconnectionManager; ///< Pointer to the reconnection manager + QXmppIbbTransferManager* m_ibbTransferManager; ///< Pointer to the ibb transfer manager }; #endif // QXMPPCLIENT_H -- cgit v1.2.3