comparison src/protocols/yahoo/yahoochat.h @ 9782:68368058ee03

[gaim-migrate @ 10650] This was harder than I thought. Adding the debug line seemed to make it start working. Hmm. This just sends the leave packet for all conferences you're in when you sign off on Yahoo!. Otherwise we think you're still in the conference. And apparently so does Yahoo!. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Thu, 19 Aug 2004 05:38:57 +0000
parents ea1f457b7fef
children e74eb0d11f86
comparison
equal deleted inserted replaced
9781:3cd8143b84b8 9782:68368058ee03
46 GList *yahoo_c_info(GaimConnection *gc); 46 GList *yahoo_c_info(GaimConnection *gc);
47 GHashTable *yahoo_c_info_defaults(GaimConnection *gc, const char *chat_name); 47 GHashTable *yahoo_c_info_defaults(GaimConnection *gc, const char *chat_name);
48 void yahoo_c_join(GaimConnection *gc, GHashTable *data); 48 void yahoo_c_join(GaimConnection *gc, GHashTable *data);
49 void yahoo_c_invite(GaimConnection *gc, int id, const char *msg, const char *name); 49 void yahoo_c_invite(GaimConnection *gc, int id, const char *msg, const char *name);
50 50
51 void yahoo_conf_leave(struct yahoo_data *yd, const char *room, const char *dn, GList *who);
52
51 void yahoo_chat_goto(GaimConnection *gc, const char *name); 53 void yahoo_chat_goto(GaimConnection *gc, const char *name);
52 54
53 /* room listing functions */ 55 /* room listing functions */
54 GaimRoomlist *yahoo_roomlist_get_list(GaimConnection *gc); 56 GaimRoomlist *yahoo_roomlist_get_list(GaimConnection *gc);
55 void yahoo_roomlist_cancel(GaimRoomlist *list); 57 void yahoo_roomlist_cancel(GaimRoomlist *list);