comparison libpurple/protocols/msn/msn.c @ 24430:ad685dadbaca

Our in-tree prpls probably shouldn't list authors who don't work on them anymore. I think most prpls just use NULL here. I don't think the field actually shows up in our UI anywhere. Also change the website listed for openq to pidgin.im instead of openq.sourceforge.net, which tells people to go to pidgin.im
author Mark Doliner <mark@kingant.net>
date Fri, 14 Nov 2008 18:46:19 +0000
parents b70fa8735b73
children 75545fdf8944
comparison
equal deleted inserted replaced
24429:97eddfe30726 24430:ad685dadbaca
2547 static PurplePluginInfo info = 2547 static PurplePluginInfo info =
2548 { 2548 {
2549 PURPLE_PLUGIN_MAGIC, 2549 PURPLE_PLUGIN_MAGIC,
2550 PURPLE_MAJOR_VERSION, 2550 PURPLE_MAJOR_VERSION,
2551 PURPLE_MINOR_VERSION, 2551 PURPLE_MINOR_VERSION,
2552 PURPLE_PLUGIN_PROTOCOL, /**< type */ 2552 PURPLE_PLUGIN_PROTOCOL, /**< type */
2553 NULL, /**< ui_requirement */ 2553 NULL, /**< ui_requirement */
2554 0, /**< flags */ 2554 0, /**< flags */
2555 NULL, /**< dependencies */ 2555 NULL, /**< dependencies */
2556 PURPLE_PRIORITY_DEFAULT, /**< priority */ 2556 PURPLE_PRIORITY_DEFAULT, /**< priority */
2557 2557
2558 "prpl-msn", /**< id */ 2558 "prpl-msn", /**< id */
2559 "MSN", /**< name */ 2559 "MSN", /**< name */
2560 DISPLAY_VERSION, /**< version */ 2560 DISPLAY_VERSION, /**< version */
2561 /** summary */ 2561 N_("Windows Live Messenger Protocol Plugin"), /**< summary */
2562 N_("Windows Live Messenger Protocol Plugin"), 2562 N_("Windows Live Messenger Protocol Plugin"), /**< description */
2563 /** description */ 2563 NULL, /**< author */
2564 N_("Windows Live Messenger Protocol Plugin"), 2564 PURPLE_WEBSITE, /**< homepage */
2565 "Christian Hammond <chipx86@gnupdate.org>, "
2566 "MaYuan <mayuan2006@gmail.com>", /**< author */
2567 PURPLE_WEBSITE, /**< homepage */
2568 2565
2569 msn_load, /**< load */ 2566 msn_load, /**< load */
2570 msn_unload, /**< unload */ 2567 msn_unload, /**< unload */
2571 NULL, /**< destroy */ 2568 NULL, /**< destroy */
2572 2569