comparison libpurple/protocols/yahoo/libyahoojp.c @ 32819:2c6510167895 default tip

propagate from branch 'im.pidgin.pidgin.2.x.y' (head 3315c5dfbd0ad16511bdcf865e5b07c02d07df24) to branch 'im.pidgin.pidgin' (head cbd1eda6bcbf0565ae7766396bb8f6f419cb6a9a)
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 02 Jun 2012 02:30:49 +0000
parents c6943fd38d44
children
comparison
equal deleted inserted replaced
32818:01ff09d4a463 32819:2c6510167895
88 NULL 88 NULL
89 }; 89 };
90 90
91 static PurplePluginProtocolInfo prpl_info = 91 static PurplePluginProtocolInfo prpl_info =
92 { 92 {
93 sizeof(PurplePluginProtocolInfo), /* struct_size */
93 OPT_PROTO_MAIL_CHECK | OPT_PROTO_CHAT_TOPIC, 94 OPT_PROTO_MAIL_CHECK | OPT_PROTO_CHAT_TOPIC,
94 NULL, /* user_splits */ 95 NULL, /* user_splits */
95 NULL, /* protocol_options */ 96 NULL, /* protocol_options */
96 {"png,gif,jpeg", 96, 96, 96, 96, 0, PURPLE_ICON_SCALE_SEND}, 97 {"png,gif,jpeg", 96, 96, 96, 96, 0, PURPLE_ICON_SCALE_SEND},
97 yahoo_list_icon, 98 yahoo_list_icon,
128 NULL, /* chat whisper */ 129 NULL, /* chat whisper */
129 yahoo_c_send, 130 yahoo_c_send,
130 yahoo_keepalive, 131 yahoo_keepalive,
131 NULL, /* register_user */ 132 NULL, /* register_user */
132 NULL, /* get_cb_info */ 133 NULL, /* get_cb_info */
133 NULL, /* get_cb_away */
134 yahoo_update_alias, /* alias_buddy */ 134 yahoo_update_alias, /* alias_buddy */
135 yahoo_change_buddys_group, 135 yahoo_change_buddys_group,
136 yahoo_rename_group, 136 yahoo_rename_group,
137 NULL, /* buddy_free */ 137 NULL, /* buddy_free */
138 NULL, /* convo_closed */ 138 NULL, /* convo_closed */
155 NULL, /* unregister_user */ 155 NULL, /* unregister_user */
156 156
157 yahoo_send_attention, 157 yahoo_send_attention,
158 yahoo_attention_types, 158 yahoo_attention_types,
159 159
160 sizeof(PurplePluginProtocolInfo), /* struct_size */
161 yahoojp_get_account_text_table, /* get_account_text_table */ 160 yahoojp_get_account_text_table, /* get_account_text_table */
162 NULL, /* initiate_media */ 161 NULL, /* initiate_media */
163 NULL, /* get_media_caps */ 162 NULL, /* get_media_caps */
164 NULL, /* get_moods */ 163 NULL, /* get_moods */
165 NULL, /* set_public_alias */ 164 NULL, /* set_public_alias */
166 NULL, /* get_public_alias */ 165 NULL /* get_public_alias */
167 NULL, /* add_buddy_with_invite */
168 NULL /* add_buddies_with_invite */
169 }; 166 };
170 167
171 static PurplePluginInfo info = 168 static PurplePluginInfo info =
172 { 169 {
173 PURPLE_PLUGIN_MAGIC, 170 PURPLE_PLUGIN_MAGIC,