comparison libpurple/protocols/yahoo/yahoo.c @ 17866:759cd72bd2ff

Replaced a clean and simple API with a very weird hack due to vivid request on #pidgin by multiple devs. This avoids the change in PurplePluginProtocolInfo, but requires complicated change tracking in every prpl. The others prpl should add this change tracking, too (since otherwise the status gets changed even though nothing they care about changed), but that's not up to me.
author Andreas Monitzer <pidgin@monitzer.com>
date Mon, 18 Jun 2007 12:37:29 +0000
parents f2686bec13c0
children 5c1ed6296b56
comparison
equal deleted inserted replaced
17865:f2686bec13c0 17866:759cd72bd2ff
4017 yahoo_new_xfer, 4017 yahoo_new_xfer,
4018 yahoo_offline_message, /* offline_message */ 4018 yahoo_offline_message, /* offline_message */
4019 &yahoo_whiteboard_prpl_ops, 4019 &yahoo_whiteboard_prpl_ops,
4020 NULL, /* send_raw */ 4020 NULL, /* send_raw */
4021 NULL, /* roomlist_room_serialize */ 4021 NULL, /* roomlist_room_serialize */
4022 NULL, /* publish_tune */
4023 4022
4024 /* padding */ 4023 /* padding */
4024 NULL,
4025 NULL, 4025 NULL,
4026 NULL, 4026 NULL,
4027 NULL 4027 NULL
4028 }; 4028 };
4029 4029