diff -r e5976864dfe9 -r 2068331949ee IChatUtils.h --- a/IChatUtils.h Sat May 24 13:24:33 2008 -0700 +++ b/IChatUtils.h Thu May 14 20:44:32 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