]> cgit.babelmonkeys.de Git - jubjub.git/blobdiff - src/gui/common/JubUI.h
Track current presence
[jubjub.git] / src / gui / common / JubUI.h
index 2ec2cf717cad1aade76c43cec3b2f6262cc14c0f..5d76aadbec2ecc5c1cbbefb9e506df1089855528 100644 (file)
@@ -1,6 +1,9 @@
-#import <ObjXMPP/XMPPRoster.h>
+@class JubChatClient;
+@class XMPPPresence;
 
 @protocol JubUI
+- initWithClient: (JubChatClient*)client;
 - (void)startUIThread;
-- (id<XMPPRosterDelegate, XMPPConnectionDelegate>)rosterDelegate;
+-      (void)client: (JubChatClient*)client
+  didChangePresence: (XMPPPresence*)presence;
 @end