comparison libpurple/protocols/zephyr/zephyr.c @ 17593: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
comparison
equal deleted inserted replaced
17592:f2686bec13c0 17593:759cd72bd2ff
2919 NULL, /* new_xfer */ 2919 NULL, /* new_xfer */
2920 NULL, /* offline_message */ 2920 NULL, /* offline_message */
2921 NULL, /* whiteboard_prpl_ops */ 2921 NULL, /* whiteboard_prpl_ops */
2922 NULL, /* send_raw */ 2922 NULL, /* send_raw */
2923 NULL, /* roomlist_room_serialize */ 2923 NULL, /* roomlist_room_serialize */
2924 NULL, /* publish_tune */
2925 2924
2926 /* padding */ 2925 /* padding */
2926 NULL,
2927 NULL, 2927 NULL,
2928 NULL, 2928 NULL,
2929 NULL 2929 NULL
2930 }; 2930 };
2931 2931