comparison libpurple/protocols/yahoo/yahoo.c @ 19696:301f1597d41f

propagate from branch 'im.pidgin.soc.2007.xmpp' (head f4d5b74ce9a3f2a048fd5036441ceced1cd2deed) to branch 'im.pidgin.pidgin' (head db5ad5300e844751f9abf8702f4e4a8369dfef8e)
author Sean Egan <seanegan@gmail.com>
date Thu, 06 Sep 2007 04:08:41 +0000
parents 941965d6fd88 1d2002a5735e
children 481749fc0b6b
comparison
equal deleted inserted replaced
19656:1729367f0a4f 19696:301f1597d41f
4343 yahoo_new_xfer, 4343 yahoo_new_xfer,
4344 yahoo_offline_message, /* offline_message */ 4344 yahoo_offline_message, /* offline_message */
4345 &yahoo_whiteboard_prpl_ops, 4345 &yahoo_whiteboard_prpl_ops,
4346 NULL, /* send_raw */ 4346 NULL, /* send_raw */
4347 NULL, /* roomlist_room_serialize */ 4347 NULL, /* roomlist_room_serialize */
4348 NULL, /* unregister_user */
4348 4349
4349 #ifdef YAHOO_USE_ATTENTION_API 4350 #ifdef YAHOO_USE_ATTENTION_API
4350 yahoo_send_attention, 4351 yahoo_send_attention,
4351 yahoo_attention_types, 4352 yahoo_attention_types,
4352 #else 4353 #else
4353 NULL, 4354 NULL,
4354 NULL, 4355 NULL,
4355 #endif 4356 #endif
4356 4357
4357 /* padding */ 4358 /* padding */
4358 NULL,
4359 NULL 4359 NULL
4360 }; 4360 };
4361 4361
4362 static PurplePluginInfo info = 4362 static PurplePluginInfo info =
4363 { 4363 {