]> cgit.babelmonkeys.de Git - jubjub.git/blobdiff - src/core/JubChatClient.h
Adapt to use XMPPContactManager
[jubjub.git] / src / core / JubChatClient.h
index a73082dde1b475a5f77c7311594b7eee580578c3..4f6205bb9199bc51e4bdb2a4503d47b0b24de853 100644 (file)
@@ -9,11 +9,13 @@
        XMPPConnection *connection;
        XMPPRoster *roster;
        XMPPStreamManagement *streamManagement;
+       XMPPContactManager *contactManager;
        XMPPPresence *presence;
        id<JubUI> ui;
 }
 @property (readonly) XMPPConnection *connection;
 @property (readonly) XMPPRoster *roster;
+@property (readonly) XMPPContactManager *contactManager;
 @property (readonly) XMPPPresence *presence;
 @property (assign) id<JubUI> ui;