]> 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 79884f8ff6916613e79ab30d07e0ef27dc47cbb3..95bda4296d989aa396cadfd46d8c24bf4f90189b 100644 (file)
@@ -5,7 +5,8 @@
 #import "JubChatUI.h"
 #import "JubConfig.h"
 
-@interface JubChatClient : OFObject <XMPPConnectionDelegate, XMPPRosterDelegate>
+@interface JubChatClient : OFObject
+    <XMPPConnectionDelegate, XMPPRosterDelegate, XMPPContactManagerDelegate>
 {
        OFMutableDictionary *_chatMap;
        XMPPConnection *_connection;