comparison libpurple/protocols/oscar/libaim.c @ 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 a338acd14365
children 44b4e8bd759b 315151da0dc6
comparison
equal deleted inserted replaced
18754:66df5d93cdf4 18755:84d53c3c699d
76 oscar_rename_group, /* rename_group */ 76 oscar_rename_group, /* rename_group */
77 NULL, /* buddy_free */ 77 NULL, /* buddy_free */
78 oscar_convo_closed, /* convo_closed */ 78 oscar_convo_closed, /* convo_closed */
79 oscar_normalize, /* normalize */ 79 oscar_normalize, /* normalize */
80 oscar_set_icon, /* set_buddy_icon */ 80 oscar_set_icon, /* set_buddy_icon */
81 NULL, /* remove_group */ 81 oscar_remove_group, /* remove_group */
82 NULL, /* get_cb_real_name */ 82 NULL, /* get_cb_real_name */
83 NULL, /* set_chat_topic */ 83 NULL, /* set_chat_topic */
84 NULL, /* find_blist_chat */ 84 NULL, /* find_blist_chat */
85 NULL, /* roomlist_get_list */ 85 NULL, /* roomlist_get_list */
86 NULL, /* roomlist_cancel */ 86 NULL, /* roomlist_cancel */