X-Git-Url: http://cgit.babelmonkeys.de/?p=jubjub.git;a=blobdiff_plain;f=src%2Fcore%2FJubChatClient.h;h=4f6205bb9199bc51e4bdb2a4503d47b0b24de853;hp=a73082dde1b475a5f77c7311594b7eee580578c3;hb=205c3163ad207b7a95d8a80799c4e538851f0ce7;hpb=8571a0b0bc73062951d6ba55cc17e0ae2fc87cfc diff --git a/src/core/JubChatClient.h b/src/core/JubChatClient.h index a73082d..4f6205b 100644 --- a/src/core/JubChatClient.h +++ b/src/core/JubChatClient.h @@ -9,11 +9,13 @@ XMPPConnection *connection; XMPPRoster *roster; XMPPStreamManagement *streamManagement; + XMPPContactManager *contactManager; XMPPPresence *presence; id ui; } @property (readonly) XMPPConnection *connection; @property (readonly) XMPPRoster *roster; +@property (readonly) XMPPContactManager *contactManager; @property (readonly) XMPPPresence *presence; @property (assign) id ui;