X-Git-Url: http://cgit.babelmonkeys.de/?a=blobdiff_plain;f=src%2Fcore%2FJubChatClient.h;fp=src%2Fcore%2FJubChatClient.h;h=79884f8ff6916613e79ab30d07e0ef27dc47cbb3;hb=62fb875be3885fcecbed4f614f01975cd200c9c8;hp=c6a1da8b6df16fbe0f433312e9573163e2f6d703;hpb=f2af67c5eefd2239f7c3cc7688896bd3258bb7ec;p=jubjub.git diff --git a/src/core/JubChatClient.h b/src/core/JubChatClient.h index c6a1da8..79884f8 100644 --- a/src/core/JubChatClient.h +++ b/src/core/JubChatClient.h @@ -7,13 +7,13 @@ @interface JubChatClient : OFObject { - OFMutableDictionary *chatMap; - XMPPConnection *connection; - XMPPRoster *roster; - XMPPStreamManagement *streamManagement; - XMPPContactManager *contactManager; - XMPPPresence *presence; - id ui; + OFMutableDictionary *_chatMap; + XMPPConnection *_connection; + XMPPRoster *_roster; + XMPPStreamManagement *_streamManagement; + XMPPContactManager *_contactManager; + XMPPPresence *_presence; + id _ui; } @property (readonly) XMPPConnection *connection; @property (readonly) XMPPRoster *roster;