comparison src/protocols/yahoo/yahoo.c @ 11153:8e600ee6ec61

[gaim-migrate @ 13235] sf patch #1243998, from Evan Schoenberg, also some changes by me Basically novell needed a prpl->normalize function that didn't remove spaces. But I didn't like having the default normalize code make the string lowercase and remove spaces, so I changed the default to basically do nothing. Anyhoo, if you think of yourself as the primary contact for one of the PRPLs, you may want to make sure your PRPL has a normalize function, if it needs one. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 24 Jul 2005 19:36:22 +0000
parents 923b78741964
children 5d103f550f6a
comparison
equal deleted inserted replaced
11152:c25b3815d781 11153:8e600ee6ec61
3547 NULL, /* alias_buddy */ 3547 NULL, /* alias_buddy */
3548 yahoo_change_buddys_group, 3548 yahoo_change_buddys_group,
3549 yahoo_rename_group, 3549 yahoo_rename_group,
3550 NULL, /* buddy_free */ 3550 NULL, /* buddy_free */
3551 NULL, /* convo_closed */ 3551 NULL, /* convo_closed */
3552 NULL, /* normalize */ 3552 gaim_normalize_nocase, /* normalize */
3553 yahoo_set_buddy_icon, 3553 yahoo_set_buddy_icon,
3554 NULL, /* void (*remove_group)(GaimConnection *gc, const char *group);*/ 3554 NULL, /* void (*remove_group)(GaimConnection *gc, const char *group);*/
3555 NULL, /* char *(*get_cb_real_name)(GaimConnection *gc, int id, const char *who); */ 3555 NULL, /* char *(*get_cb_real_name)(GaimConnection *gc, int id, const char *who); */
3556 NULL, /* set_chat_topic */ 3556 NULL, /* set_chat_topic */
3557 NULL, /* find_blist_chat */ 3557 NULL, /* find_blist_chat */