X-Git-Url: http://cgit.babelmonkeys.de/?p=jubjub.git;a=blobdiff_plain;f=src%2Fcore%2FJubChatClient.h;h=a73082dde1b475a5f77c7311594b7eee580578c3;hp=bd418f4315726c200b5aab3aa860da9a99268170;hb=e7980c8d1a40175b56fad21082291152e214825d;hpb=0daa7a1cf98c6281dd7ba09baf0bf36cd1e154f7 diff --git a/src/core/JubChatClient.h b/src/core/JubChatClient.h index bd418f4..a73082d 100644 --- a/src/core/JubChatClient.h +++ b/src/core/JubChatClient.h @@ -9,10 +9,12 @@ XMPPConnection *connection; XMPPRoster *roster; XMPPStreamManagement *streamManagement; + XMPPPresence *presence; id ui; } @property (readonly) XMPPConnection *connection; @property (readonly) XMPPRoster *roster; +@property (readonly) XMPPPresence *presence; @property (assign) id ui; - initWithConfig: (JubConfig*)config;