comparison libpurple/protocols/jabber/libxmpp.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 f88b3a093cba
comparison
equal deleted inserted replaced
17865:f2686bec13c0 17866:759cd72bd2ff
108 jabber_si_new_xfer, /* new_xfer */ 108 jabber_si_new_xfer, /* new_xfer */
109 jabber_offline_message, /* offline_message */ 109 jabber_offline_message, /* offline_message */
110 NULL, /* whiteboard_prpl_ops */ 110 NULL, /* whiteboard_prpl_ops */
111 jabber_prpl_send_raw, /* send_raw */ 111 jabber_prpl_send_raw, /* send_raw */
112 jabber_roomlist_room_serialize, /* roomlist_room_serialize */ 112 jabber_roomlist_room_serialize, /* roomlist_room_serialize */
113 jabber_tune_set, /* publish_tune */
114 113
115 /* padding */ 114 /* padding */
115 NULL,
116 NULL, 116 NULL,
117 NULL, 117 NULL,
118 NULL 118 NULL
119 }; 119 };
120 120