comparison src/protocols/jabber/jabber.c @ 8586:5af95c2b1179

[gaim-migrate @ 9336] Another patch from Pekka Riikonen, this one implementing a prpl-specific blist chat menu similar to the prpl-specific blist buddy menu. I also took the liberty of filling out the prpl callback structures with NULL entries for those which were short -- not that it matters, but it soothes my sense of aesthetics. committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Mon, 05 Apr 2004 20:42:13 +0000
parents 88988327a4e0
children 72a0759a37a2
comparison
equal deleted inserted replaced
8585:e4087b5c0627 8586:5af95c2b1179
1327 jabber_chat_buddy_real_name, 1327 jabber_chat_buddy_real_name,
1328 jabber_chat_set_topic, 1328 jabber_chat_set_topic,
1329 jabber_find_blist_chat, 1329 jabber_find_blist_chat,
1330 jabber_roomlist_get_list, 1330 jabber_roomlist_get_list,
1331 jabber_roomlist_cancel, 1331 jabber_roomlist_cancel,
1332 NULL 1332 NULL,
1333 NULL
1333 }; 1334 };
1334 1335
1335 static GaimPluginInfo info = 1336 static GaimPluginInfo info =
1336 { 1337 {
1337 2, /**< api_version */ 1338 2, /**< api_version */