comparison TODO @ 1677:27e5acfe2ed5

[gaim-migrate @ 1687] i'm lazy this weekend. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 02 Apr 2001 06:48:27 +0000
parents 8b0c165a33f4
children 1573a65fd0cd
comparison
equal deleted inserted replaced
1676:a3d857c8984e 1677:27e5acfe2ed5
33 and the Feature Requests. SourceForge should really allow users 33 and the Feature Requests. SourceForge should really allow users
34 to vote on feature requests and bugs..... 34 to vote on feature requests and bugs.....
35 http://sourceforge.net/tracker/?atid=350235&group_id=235&func=browse 35 http://sourceforge.net/tracker/?atid=350235&group_id=235&func=browse
36 36
37 Oh yeah, then there's the little issue of getting Oscar working again. 37 Oh yeah, then there's the little issue of getting Oscar working again.
38
39
40
41 This is how buddy lists should work. This needs to be added to struct
42 prpl:
43 char *(*get_real_name)(char *)
44 This is mostly for Jabber/MSN. E.g. for Jabber, passing "warmenhoven"
45 gets you "warmenhoven@jabber.org", passing "warmenhoven@jabber.org/GAIM"
46 gets you "warmenhoven@jabber.org". For AIM, "EWarmenhoven" returns
47 "ewarmenhoven" and "Rob Flynn" returns "robflynn" (i.e. the names are
48 normalized). Then finding buddies (in your buddy list and such) should
49 work based off of that. Adding buddies similarly, you get the real name
50 before you complete the adding process. Returning NULL will be for an
51 invalid name (such as a non-numeric name in ICQ).