comparison TODO @ 1679:d027f4c7d829

[gaim-migrate @ 1689] didn't like the name. "normalize" is taken but is appropriate, possibly for that reason. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 02 Apr 2001 08:48:14 +0000
parents 1573a65fd0cd
children c9921a214121
comparison
equal deleted inserted replaced
1678:1573a65fd0cd 1679:d027f4c7d829
38 38
39 39
40 40
41 This is how buddy lists should work. This needs to be added to struct 41 This is how buddy lists should work. This needs to be added to struct
42 prpl: 42 prpl:
43 char *(*get_real_name)(char *) 43 char *(*normalize)(char *)
44 This is mostly for Jabber/MSN. E.g. for Jabber, passing "warmenhoven" 44 This is mostly for Jabber/MSN. E.g. for Jabber, passing "warmenhoven"
45 gets you "warmenhoven@jabber.org", passing "warmenhoven@jabber.org/GAIM" 45 gets you "warmenhoven@jabber.org", passing "warmenhoven@jabber.org/GAIM"
46 gets you "warmenhoven@jabber.org". For AIM, "EWarmenhoven" returns 46 gets you "warmenhoven@jabber.org". For AIM, "EWarmenhoven" returns
47 "ewarmenhoven" and "Rob Flynn" returns "robflynn" (i.e. the names are 47 "ewarmenhoven" and "Rob Flynn" returns "robflynn" (i.e. the names are
48 normalized). Then finding buddies (in your buddy list and such) should 48 normalized). Then finding buddies (in your buddy list and such) should