comparison src/protocols/jabber/jabber.c @ 9030:7ab20f829190

[gaim-migrate @ 9806] Siege updated the code for creating right-click menu's for buddies, chats, groups, etc. It uses more stuff from the blist API and less stuff from multi.h. It also combines the code for right-click menus for chats, buddies, etc. (all types of blist nodes). So PRPLs and plugins can easily add right-click menu options to anything in the buddy list in a clean way. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 23 May 2004 17:27:45 +0000
parents 67421e0dc497
children 933a19e3a6b3
comparison
equal deleted inserted replaced
9029:697e169dac12 9030:7ab20f829190
20 */ 20 */
21 #include "internal.h" 21 #include "internal.h"
22 22
23 #include "account.h" 23 #include "account.h"
24 #include "accountopt.h" 24 #include "accountopt.h"
25 #include "blist.h"
25 #include "debug.h" 26 #include "debug.h"
26 #include "message.h" 27 #include "message.h"
27 #include "multi.h"
28 #include "notify.h" 28 #include "notify.h"
29 #include "pluginpref.h" 29 #include "pluginpref.h"
30 #include "prpl.h" 30 #include "prpl.h"
31 #include "request.h" 31 #include "request.h"
32 #include "server.h" 32 #include "server.h"
1295 jabber_list_icon, 1295 jabber_list_icon,
1296 jabber_list_emblems, 1296 jabber_list_emblems,
1297 jabber_status_text, 1297 jabber_status_text,
1298 jabber_tooltip_text, 1298 jabber_tooltip_text,
1299 jabber_away_states, 1299 jabber_away_states,
1300 jabber_buddy_menu, 1300 jabber_blist_node_menu,
1301 jabber_chat_info, 1301 jabber_chat_info,
1302 jabber_login, 1302 jabber_login,
1303 jabber_close, 1303 jabber_close,
1304 jabber_message_send_im, 1304 jabber_message_send_im,
1305 jabber_set_info, 1305 jabber_set_info,
1339 jabber_chat_buddy_real_name, 1339 jabber_chat_buddy_real_name,
1340 jabber_chat_set_topic, 1340 jabber_chat_set_topic,
1341 jabber_find_blist_chat, 1341 jabber_find_blist_chat,
1342 jabber_roomlist_get_list, 1342 jabber_roomlist_get_list,
1343 jabber_roomlist_cancel, 1343 jabber_roomlist_cancel,
1344 NULL,
1345 NULL 1344 NULL
1346 }; 1345 };
1347 1346
1348 static GaimPluginInfo info = 1347 static GaimPluginInfo info =
1349 { 1348 {