diff -r e5976864dfe9 -r a9da6c5d3f7c IChatUtils.h --- a/IChatUtils.h Sat May 24 13:24:33 2008 -0700 +++ b/IChatUtils.h Sat Apr 04 20:53:53 2009 -0700 @@ -20,6 +20,8 @@ + (NSDictionary*) iChatInfoForOnlinePerson: (ABPerson*)abPerson; + (BOOL) isPersonOnline: (ABPerson*)abPerson; + + (BOOL) sendMessage: (NSString*)msg toPerson: (ABPerson*)abPerson; ++ (BOOL) sendMessage: (NSString*)msg toBuddyWithScreenName: (NSString*)screenName; @end