]> cgit.babelmonkeys.de Git - jubjub.git/blobdiff - src/core/JubChatClient.h
Move adding messages to the ChatUI to JubChatClient
[jubjub.git] / src / core / JubChatClient.h
index c6a1da8b6df16fbe0f433312e9573163e2f6d703..95bda4296d989aa396cadfd46d8c24bf4f90189b 100644 (file)
@@ -5,15 +5,16 @@
 #import "JubChatUI.h"
 #import "JubConfig.h"
 
-@interface JubChatClient : OFObject <XMPPConnectionDelegate, XMPPRosterDelegate>
+@interface JubChatClient : OFObject
+    <XMPPConnectionDelegate, XMPPRosterDelegate, XMPPContactManagerDelegate>
 {
-       OFMutableDictionary *chatMap;
-       XMPPConnection *connection;
-       XMPPRoster *roster;
-       XMPPStreamManagement *streamManagement;
-       XMPPContactManager *contactManager;
-       XMPPPresence *presence;
-       id<JubUI> ui;
+       OFMutableDictionary *_chatMap;
+       XMPPConnection *_connection;
+       XMPPRoster *_roster;
+       XMPPStreamManagement *_streamManagement;
+       XMPPContactManager *_contactManager;
+       XMPPPresence *_presence;
+       id<JubUI> _ui;
 }
 @property (readonly) XMPPConnection *connection;
 @property (readonly) XMPPRoster *roster;