X-Git-Url: http://cgit.babelmonkeys.de/?p=jubjub.git;a=blobdiff_plain;f=src%2Fcore%2FJubChatClient.h;h=c6a1da8b6df16fbe0f433312e9573163e2f6d703;hp=4f6205bb9199bc51e4bdb2a4503d47b0b24de853;hb=4d4a2b07fe52fa2d9e21b697dcf85c73bdd537a9;hpb=92e36a6a8e999e69c1750f1215dfe50ca0088035 diff --git a/src/core/JubChatClient.h b/src/core/JubChatClient.h index 4f6205b..c6a1da8 100644 --- a/src/core/JubChatClient.h +++ b/src/core/JubChatClient.h @@ -2,10 +2,12 @@ #import #import "JubUI.h" +#import "JubChatUI.h" #import "JubConfig.h" @interface JubChatClient : OFObject { + OFMutableDictionary *chatMap; XMPPConnection *connection; XMPPRoster *roster; XMPPStreamManagement *streamManagement; @@ -20,4 +22,5 @@ @property (assign) id ui; - initWithConfig: (JubConfig*)config; +- (id)chatForContact: (XMPPContact*)contact; @end