comparison libpurple/protocols/jabber/libgtalk.c @ 32700:b961222cf067

Remove UI hack for XMPP sub-prpls.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Wed, 28 Dec 2011 09:00:48 +0000
parents eca1f14826e5
children 498ededa58cb
comparison
equal deleted inserted replaced
32699:eca1f14826e5 32700:b961222cf067
47 #include "usertune.h" 47 #include "usertune.h"
48 #include "caps.h" 48 #include "caps.h"
49 #include "data.h" 49 #include "data.h"
50 #include "ibb.h" 50 #include "ibb.h"
51 51
52 static const char *
53 gtalk_list_icon(PurpleAccount *a, PurpleBuddy *b)
54 {
55 return "google-talk";
56 }
57
52 static PurplePlugin *my_protocol = NULL; 58 static PurplePlugin *my_protocol = NULL;
53 59
54 static PurplePluginProtocolInfo prpl_info = 60 static PurplePluginProtocolInfo prpl_info =
55 { 61 {
56 sizeof(PurplePluginProtocolInfo), /* struct_size */ 62 sizeof(PurplePluginProtocolInfo), /* struct_size */
60 #endif 66 #endif
61 OPT_PROTO_SLASH_COMMANDS_NATIVE, 67 OPT_PROTO_SLASH_COMMANDS_NATIVE,
62 NULL, /* user_splits */ 68 NULL, /* user_splits */
63 NULL, /* protocol_options */ 69 NULL, /* protocol_options */
64 {"png", 32, 32, 96, 96, 0, PURPLE_ICON_SCALE_SEND | PURPLE_ICON_SCALE_DISPLAY}, /* icon_spec */ 70 {"png", 32, 32, 96, 96, 0, PURPLE_ICON_SCALE_SEND | PURPLE_ICON_SCALE_DISPLAY}, /* icon_spec */
65 jabber_list_icon, /* list_icon */ 71 gtalk_list_icon, /* list_icon */
66 jabber_list_emblem, /* list_emblems */ 72 jabber_list_emblem, /* list_emblems */
67 jabber_status_text, /* status_text */ 73 jabber_status_text, /* status_text */
68 jabber_tooltip_text, /* tooltip_text */ 74 jabber_tooltip_text, /* tooltip_text */
69 jabber_status_types, /* status_types */ 75 jabber_status_types, /* status_types */
70 jabber_blist_node_menu, /* blist_node_menu */ 76 jabber_blist_node_menu, /* blist_node_menu */