comparison src/plugin.c @ 10464:61ef9a964574

[gaim-migrate @ 11739] SecurID support for AIM. This is untested. I'll try to get it tested in the next few days. I'm backporting this to oldstatus. If you don't know what SecurID, google around for it. Basically it's an optional additional authentication method that AOL members can opt for (and pay an extra fee). After entering your password, you are prompted for a 6 digit number from a digit readout/ keychain-sized LCD screen. This number is pseudo-random and changes every 60 seconds. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 02 Jan 2005 07:20:38 +0000
parents 577fdf4110fc
children 12460aa2c820
comparison
equal deleted inserted replaced
10463:9bed28273ec7 10464:61ef9a964574
977 if (plugin->info->type == GAIM_PLUGIN_PROTOCL) 977 if (plugin->info->type == GAIM_PLUGIN_PROTOCL)
978 protocol_plugins = g_list_insert_sorted(protocol_plugins, plugin, 978 protocol_plugins = g_list_insert_sorted(protocol_plugins, plugin,
979 (GCompareFunc)compare_prpl); 979 (GCompareFunc)compare_prpl);
980 } 980 }
981 981
982
983 #endif /* GAIM_PLUGINS */ 982 #endif /* GAIM_PLUGINS */
984 } 983 }
985 984
986 gboolean 985 gboolean
987 gaim_plugin_register(GaimPlugin *plugin) 986 gaim_plugin_register(GaimPlugin *plugin)