]> cgit.babelmonkeys.de Git - jubjub.git/blobdiff - src/gui/gtk/JubGtkRosterUI.h
Show presence's show value in roster
[jubjub.git] / src / gui / gtk / JubGtkRosterUI.h
index be0394596d0e719c131a64871cbe4172dfc0a4f3..5dd36826daf2c311829755badb87e52e9ae5fdde 100644 (file)
@@ -6,17 +6,17 @@
 
 @class JubGtkChatUI;
 
-@interface JubGtkRosterUI: OFObject <XMPPRosterDelegate, XMPPConnectionDelegate>
+@interface JubGtkRosterUI: OFObject <XMPPContactManagerDelegate>
 {
        GtkWidget *roster_window;
        GtkTreeStore *roster_model;
        GtkTreeModelFilter *roster_filter;
        GtkComboBox *presence_combo;
+       gulong presence_combo_changed_handler_id;
        OFMapTable *groupMap;
        OFMutableDictionary *contactMap;
        OFMutableDictionary *chatMap;
-       OFCountedSet *presences;
-       XMPPConnection *connection;
+       JubChatClient *client;
 }
 
 - initWithClient: (JubChatClient*)client;