Adium

Changeset 23743

Show
Ignore:
Timestamp:
05/29/2008 09:31:11 PM (6 months ago)
Author:
evands
Message:

Bonjour contacts now actually sign offline instead of just leaving their remote group. This fixes metacontacts containing Bonjour contacts. Fixes #9862

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Plugins/Bonjour/AWBonjourAccount.m

    r23557 r23743  
    193193                                                            account:self 
    194194                                                                UID:[self UIDForContact:contact]];   
    195  
    196195        if ([contact status] == AWEzvUndefined) { 
     196                AILogWithSignature(@"Warning: Received a status update for a contact with an undefined status. This shouldn't happen."); 
    197197                [listContact setRemoteGroupName:nil]; 
    198198                [listContact setOnline:NO notify:NotifyLater silently:silentAndDelayed]; 
     
    270270                                                                        UID:inUID]; 
    271271 
    272         [listContact setRemoteGroupName:nil];    
     272        [listContact setRemoteGroupName:nil]; 
     273        [listContact setOnline:NO notify:NotifyNow silently:silentAndDelayed]; 
    273274} 
    274275