diff -r e5976864dfe9 -r 222393534845 IChatUtils.h --- a/IChatUtils.h Sat May 24 13:24:33 2008 -0700 +++ b/IChatUtils.h Wed May 20 08:34:04 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