comparison src/protocols/jabber/jabber.c @ 9943:f8e395a054e2

[gaim-migrate @ 10835] this all seemed to work last night...hopefully no stray cosmic rays did anything to break it since then committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Fri, 03 Sep 2004 21:21:25 +0000
parents e74eb0d11f86
children a9fb4493ae22
comparison
equal deleted inserted replaced
9942:3941c39ccff5 9943:f8e395a054e2
30 #include "pluginpref.h" 30 #include "pluginpref.h"
31 #include "prpl.h" 31 #include "prpl.h"
32 #include "request.h" 32 #include "request.h"
33 #include "server.h" 33 #include "server.h"
34 #include "util.h" 34 #include "util.h"
35 #include "version.h"
35 36
36 #include "auth.h" 37 #include "auth.h"
37 #include "buddy.h" 38 #include "buddy.h"
38 #include "chat.h" 39 #include "chat.h"
39 #include "disco.h" 40 #include "disco.h"
1477 get_plugin_pref_frame 1478 get_plugin_pref_frame
1478 }; 1479 };
1479 1480
1480 static GaimPluginProtocolInfo prpl_info = 1481 static GaimPluginProtocolInfo prpl_info =
1481 { 1482 {
1482 GAIM_PRPL_API_VERSION,
1483 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_UNIQUE_CHATNAME, 1483 OPT_PROTO_CHAT_TOPIC | OPT_PROTO_UNIQUE_CHATNAME,
1484 NULL, /* user_splits */ 1484 NULL, /* user_splits */
1485 NULL, /* protocol_options */ 1485 NULL, /* protocol_options */
1486 NO_BUDDY_ICONS, /* icon_spec */ 1486 NO_BUDDY_ICONS, /* icon_spec */
1487 jabber_list_icon, /* list_icon */ 1487 jabber_list_icon, /* list_icon */
1540 jabber_si_xfer_send /* send_file */ 1540 jabber_si_xfer_send /* send_file */
1541 }; 1541 };
1542 1542
1543 static GaimPluginInfo info = 1543 static GaimPluginInfo info =
1544 { 1544 {
1545 GAIM_PLUGIN_API_VERSION, /**< api_version */ 1545 GAIM_PLUGIN_MAGIC,
1546 GAIM_MAJOR_VERSION,
1547 GAIM_MINOR_VERSION,
1546 GAIM_PLUGIN_PROTOCOL, /**< type */ 1548 GAIM_PLUGIN_PROTOCOL, /**< type */
1547 NULL, /**< ui_requirement */ 1549 NULL, /**< ui_requirement */
1548 0, /**< flags */ 1550 0, /**< flags */
1549 NULL, /**< dependencies */ 1551 NULL, /**< dependencies */
1550 GAIM_PRIORITY_DEFAULT, /**< priority */ 1552 GAIM_PRIORITY_DEFAULT, /**< priority */