X-Git-Url: http://cgit.babelmonkeys.de/?p=jubjub.git;a=blobdiff_plain;f=src%2Fcore%2FJubChatClient.h;fp=src%2Fcore%2FJubChatClient.h;h=57cfd0b5782f29732863e3631aac10ed3fcfa9c1;hp=cacb72dcf2aae0721340362168e60a2e1046d1c4;hb=1a38d433f22f577feb4007160d7a591b00518c9f;hpb=8ec9e490edfa8566751bb07e33ae259a69b031d8 diff --git a/src/core/JubChatClient.h b/src/core/JubChatClient.h index cacb72d..57cfd0b 100644 --- a/src/core/JubChatClient.h +++ b/src/core/JubChatClient.h @@ -13,12 +13,14 @@ XMPPRoster *_roster; XMPPStreamManagement *_streamManagement; XMPPContactManager *_contactManager; + XMPPDiscoEntity *_discoEntity; XMPPPresence *_presence; id _ui; } @property (readonly) XMPPConnection *connection; @property (readonly) XMPPRoster *roster; @property (readonly) XMPPContactManager *contactManager; +@property (readonly) XMPPDiscoEntity *discoEntity; @property (readonly) XMPPPresence *presence; @property (assign) id ui;