comparison src/protocols/jabber/jabber.c @ 8749:d7b8eb1f0a18

[gaim-migrate @ 9504] Bumped up the plugin API version number, and added version numbers for loader plugins and protocol plugins. Authors will want to update their plugins, and possibly use GAIM_PLUGIN_API_VERSION, GAIM_PRPL_API_VERSION, and GAIM_LOADER_API_VERSION constants. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Thu, 22 Apr 2004 01:53:18 +0000
parents 7024b595b6ae
children 8bf735cf9d1c
comparison
equal deleted inserted replaced
8748:13d592f485d1 8749:d7b8eb1f0a18
1283 get_plugin_pref_frame 1283 get_plugin_pref_frame
1284 }; 1284 };
1285 1285
1286 static GaimPluginProtocolInfo prpl_info = 1286 static GaimPluginProtocolInfo prpl_info =
1287 { 1287 {
1288 GAIM_PRPL_API_VERSION,
1288 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_UNIQUE_CHATNAME, 1289 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_UNIQUE_CHATNAME,
1289 NULL, 1290 NULL,
1290 NULL, 1291 NULL,
1291 jabber_list_icon, 1292 jabber_list_icon,
1292 jabber_list_emblems, 1293 jabber_list_emblems,
1345 NULL 1346 NULL
1346 }; 1347 };
1347 1348
1348 static GaimPluginInfo info = 1349 static GaimPluginInfo info =
1349 { 1350 {
1350 2, /**< api_version */ 1351 GAIM_PLUGIN_API_VERSION, /**< api_version */
1351 GAIM_PLUGIN_PROTOCOL, /**< type */ 1352 GAIM_PLUGIN_PROTOCOL, /**< type */
1352 NULL, /**< ui_requirement */ 1353 NULL, /**< ui_requirement */
1353 0, /**< flags */ 1354 0, /**< flags */
1354 NULL, /**< dependencies */ 1355 NULL, /**< dependencies */
1355 GAIM_PRIORITY_DEFAULT, /**< priority */ 1356 GAIM_PRIORITY_DEFAULT, /**< priority */