]> cgit.babelmonkeys.de Git - jubjub.git/blobdiff - src/gui/gtk/JubGtkRosterUI.h
Track current presence
[jubjub.git] / src / gui / gtk / JubGtkRosterUI.h
index cfcdd471f6cdc54bb714d968712d10a573fa830e..be0394596d0e719c131a64871cbe4172dfc0a4f3 100644 (file)
@@ -11,6 +11,7 @@
        GtkWidget *roster_window;
        GtkTreeStore *roster_model;
        GtkTreeModelFilter *roster_filter;
+       GtkComboBox *presence_combo;
        OFMapTable *groupMap;
        OFMutableDictionary *contactMap;
        OFMutableDictionary *chatMap;
@@ -20,4 +21,6 @@
 
 - initWithClient: (JubChatClient*)client;
 - (JubGtkChatUI*)chatForJID: (XMPPJID*)jid;
+-      (void)client: (JubChatClient*)client
+  didChangePresence: (XMPPPresence*)presence;
 @end