aboutsummaryrefslogtreecommitdiff
path: root/source/QXmppClient.h
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-06-04 11:55:51 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-06-04 11:55:51 +0000
commitfd81b0d61e00f085bfb813959e24aa523ac143f9 (patch)
tree3e0fea4e97e47956ed1b880ef08833933e0154f9 /source/QXmppClient.h
parentcbae731d07f9240214304078075c237661c2c54b (diff)
downloadqxmpp-fd81b0d61e00f085bfb813959e24aa523ac143f9.tar.gz
move roster ownership to QXmppClient, so that a QXmppStream can be created without a roster manager
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 6f52e4ca..6732d048 100644
--- a/source/QXmppClient.h
+++ b/source/QXmppClient.h
@@ -209,6 +209,7 @@ private:
///< required for connecting to the XMPP server.
QXmppPresence m_clientPresence; ///< Stores the current presence of the connected client
QXmppReconnectionManager* m_reconnectionManager; ///< Pointer to the reconnection manager
+ QXmppRoster *m_roster; ///< Pointer to the roster manager
QHash<QString,QXmppInvokable *> m_interfaces;
};