]> cgit.babelmonkeys.de Git - jubjub.git/blobdiff - src/core/JubChatClient.h
Move presence changing to JubChatClient
[jubjub.git] / src / core / JubChatClient.h
index 95bda4296d989aa396cadfd46d8c24bf4f90189b..cacb72dcf2aae0721340362168e60a2e1046d1c4 100644 (file)
@@ -24,4 +24,7 @@
 
 - initWithConfig: (JubConfig*)config;
 - (id<JubChatUI>)chatForContact: (XMPPContact*)contact;
+- (void)sendPresenceWithStatus: (OFString*)status;
+- (void)sendPresenceWithStatus: (OFString*)status
+                         text: (OFString*)text;
 @end