aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppClient.h
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2009-10-27 12:04:03 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2009-10-27 12:04:03 +0000
commit10c093a617929db5c6b201dbf03d6070b12b36b4 (patch)
treed9b1c4507fdb1969c3225f27b4632258c4916dc0 /source/QXmppClient.h
parent239b2b15c3cfd9e4d7cc085ed31645d6ae6942ee (diff)
downloadqxmpp-10c093a617929db5c6b201dbf03d6070b12b36b4.tar.gz
Issue 15: Implement XEP-0047
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 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