]> cgit.babelmonkeys.de Git - jubjub.git/blobdiff - src/gui/gtk/JubGtkRosterUI.h
Move chat window creation to JubChatClient
[jubjub.git] / src / gui / gtk / JubGtkRosterUI.h
index 5dd36826daf2c311829755badb87e52e9ae5fdde..4f3d7ac826a4735bcba4a84027242cf15c9f8fdc 100644 (file)
        gulong presence_combo_changed_handler_id;
        OFMapTable *groupMap;
        OFMutableDictionary *contactMap;
-       OFMutableDictionary *chatMap;
        JubChatClient *client;
 }
 
 - initWithClient: (JubChatClient*)client;
-- (JubGtkChatUI*)chatForJID: (XMPPJID*)jid;
 -      (void)client: (JubChatClient*)client
   didChangePresence: (XMPPPresence*)presence;
 @end