comparison libpurple/protocols/jabber/libxmpp.c @ 28517:96ba7fd24177

jabber: Use purple_connection_get_prpl() instead of jabber_plugin.
author Paul Aurich <paul@darkrain42.org>
date Fri, 06 Nov 2009 09:13:28 +0000
parents 4fd0baa32a9e
children 738cd1adb3cf
comparison
equal deleted inserted replaced
28516:cfcdf15459a5 28517:96ba7fd24177
225 jabber_iq_uninit(); 225 jabber_iq_uninit();
226 226
227 jabber_unregister_commands(); 227 jabber_unregister_commands();
228 228
229 /* Stay on target...stay on target... Almost there... */ 229 /* Stay on target...stay on target... Almost there... */
230 jabber_uninit_plugin(); 230 jabber_uninit_plugin(plugin);
231 231
232 return TRUE; 232 return TRUE;
233 } 233 }
234 234
235 static PurplePluginInfo info = 235 static PurplePluginInfo info =