comparison libpurple/protocols/jabber/libxmpp.c @ 18703:033b128f7c21

Added unregistering XMPP accounts. This requires a new prpl-struct entry, but I got an ok for that on the mailing list.
author Andreas Monitzer <pidgin@monitzer.com>
date Mon, 30 Jul 2007 00:01:08 +0000
parents 5c1ed6296b56
children 5d0141588299
comparison
equal deleted inserted replaced
18702:413103ddeaac 18703:033b128f7c21
112 jabber_si_new_xfer, /* new_xfer */ 112 jabber_si_new_xfer, /* new_xfer */
113 jabber_offline_message, /* offline_message */ 113 jabber_offline_message, /* offline_message */
114 NULL, /* whiteboard_prpl_ops */ 114 NULL, /* whiteboard_prpl_ops */
115 jabber_prpl_send_raw, /* send_raw */ 115 jabber_prpl_send_raw, /* send_raw */
116 jabber_roomlist_room_serialize, /* roomlist_room_serialize */ 116 jabber_roomlist_room_serialize, /* roomlist_room_serialize */
117 jabber_unregister_account, /* unregister_user */
117 118
118 /* padding */ 119 /* padding */
119 NULL,
120 NULL, 120 NULL,
121 NULL, 121 NULL,
122 NULL 122 NULL
123 }; 123 };
124 124