comparison libpurple/protocols/sametime/sametime.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 3e437e86bd6e
children 5c1ed6296b56
comparison
equal deleted inserted replaced
17592:f2686bec13c0 17593:759cd72bd2ff
5130 .can_receive_file = mw_prpl_can_receive_file, 5130 .can_receive_file = mw_prpl_can_receive_file,
5131 .send_file = mw_prpl_send_file, 5131 .send_file = mw_prpl_send_file,
5132 .new_xfer = mw_prpl_new_xfer, 5132 .new_xfer = mw_prpl_new_xfer,
5133 .offline_message = NULL, 5133 .offline_message = NULL,
5134 .whiteboard_prpl_ops = NULL, 5134 .whiteboard_prpl_ops = NULL,
5135 .send_raw = NULL, 5135 .send_raw = NULL
5136 .publish_tune = NULL
5137 }; 5136 };
5138 5137
5139 5138
5140 static PurplePluginPrefFrame * 5139 static PurplePluginPrefFrame *
5141 mw_plugin_get_plugin_pref_frame(PurplePlugin *plugin) { 5140 mw_plugin_get_plugin_pref_frame(PurplePlugin *plugin) {