diff TODO @ 1713:14caa7df478c

[gaim-migrate @ 1723] fun stuff committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 13 Apr 2001 23:18:02 +0000
parents f42ce672c560
children 0ddc5418a0b4
line wrap: on
line diff
--- a/TODO	Fri Apr 13 17:47:06 2001 +0000
+++ b/TODO	Fri Apr 13 23:18:02 2001 +0000
@@ -64,18 +64,3 @@
 and the Feature Requests. SourceForge should really allow users
 to vote on feature requests and bugs.....
 	http://sourceforge.net/tracker/?atid=350235&group_id=235&func=browse
-
-----------
-	This is how buddy lists should work. This needs to be added to struct
-	prpl:
-		char *(*normalize)(char *)
-	This is mostly for Jabber/MSN. E.g. for Jabber, passing "warmenhoven"
-	gets you "warmenhoven@jabber.org", passing "warmenhoven@jabber.org/GAIM"
-	gets you "warmenhoven@jabber.org". For AIM, "EWarmenhoven" returns
-	"ewarmenhoven" and "Rob Flynn" returns "robflynn" (i.e. the names are
-	normalized). Then finding buddies (in your buddy list and such) should
-	work based off of that. Adding buddies similarly, you get the real name
-	before you complete the adding process. Returning NULL will be for an
-	invalid name (such as a non-numeric name in ICQ).  It will also be handy
-	in IRC for removing the @ and + from the front of ops and those with +V
-	status.