@@ -32,13 +32,13 @@ * \brief A class describing a contact tracked by a XMPPContactManager */ @interface XMPPContact: OFObject { /// \cond internal - XMPPRosterItem *rosterItem; - OFMutableDictionary *presences; - XMPPJID *lockedOnJID; + XMPPRosterItem *_rosterItem; + OFMutableDictionary *_presences; + XMPPJID *_lockedOnJID; /// \endcond } #ifdef OF_HAVE_PROPERTIES /// \brief The XMPPRosterItem corresponding to this contact @property (readonly) XMPPRosterItem *rosterItem;