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