diff libpurple/protocols/oscar/oscarcommon.h @ 18755:84d53c3c699d

Some changes from Matthew Goldstein and I to not automatically remove empty groups from the oscar server-stored buddy list. There's this thing called AIM WIMZI that relies on having a certain group in your buddy list so that it can add buddies to it automatically, and it wasn't working if you used Pidgin because the group didn't exist. See http://wimzi.aim.com/ Also try to fix allowing buddies to be in multiple groups.
author Mark Doliner <mark@kingant.net>
date Tue, 31 Jul 2007 06:51:29 +0000
parents 4fc51a87ce42
children 6e08084a27aa
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscarcommon.h	Tue Jul 31 06:09:45 2007 +0000
+++ b/libpurple/protocols/oscar/oscarcommon.h	Tue Jul 31 06:51:29 2007 +0000
@@ -82,6 +82,7 @@
 void oscar_convo_closed(PurpleConnection *gc, const char *who);
 const char *oscar_normalize(const PurpleAccount *account, const char *str);
 void oscar_set_icon(PurpleConnection *gc, PurpleStoredImage *img);
+void oscar_remove_group(PurpleConnection *gc, PurpleGroup *group);
 gboolean oscar_can_receive_file(PurpleConnection *gc, const char *who);
 void oscar_send_file(PurpleConnection *gc, const char *who, const char *file);
 PurpleXfer *oscar_new_xfer(PurpleConnection *gc, const char *who);