]> cgit.babelmonkeys.de Git - jubjub.git/blobdiff - src/gui/gtk/JubGtkRosterUI.h
Adapt to use XMPPContactManager
[jubjub.git] / src / gui / gtk / JubGtkRosterUI.h
index ec94383e4255e9050ad0aa6d136a3f41af84911e..4b2e50a43b7efff4191b6eb58879a75ca9c8f53c 100644 (file)
@@ -6,7 +6,7 @@
 
 @class JubGtkChatUI;
 
-@interface JubGtkRosterUI: OFObject <XMPPRosterDelegate, XMPPConnectionDelegate>
+@interface JubGtkRosterUI: OFObject <XMPPContactManagerDelegate>
 {
        GtkWidget *roster_window;
        GtkTreeStore *roster_model;
@@ -17,7 +17,7 @@
        OFMutableDictionary *contactMap;
        OFMutableDictionary *chatMap;
        OFCountedSet *presences;
-       XMPPConnection *connection;
+       JubChatClient *client;
 }
 
 - initWithClient: (JubChatClient*)client;