From fd81b0d61e00f085bfb813959e24aa523ac143f9 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Fri, 4 Jun 2010 11:55:51 +0000 Subject: move roster ownership to QXmppClient, so that a QXmppStream can be created without a roster manager --- source/QXmppClient.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/QXmppClient.h') 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 m_interfaces; }; -- cgit v1.2.3