Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/libxmpp.c Thu Jul 26 01:32:21 2007 +0000 +++ b/libpurple/protocols/jabber/libxmpp.c Mon Jul 30 00:01:08 2007 +0000 @@ -114,11 +114,11 @@ NULL, /* whiteboard_prpl_ops */ jabber_prpl_send_raw, /* send_raw */ jabber_roomlist_room_serialize, /* roomlist_room_serialize */ + jabber_unregister_account, /* unregister_user */ /* padding */ NULL, NULL, - NULL, NULL };
