Ignore:
Timestamp:
2006-03-18T08:33:33Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
42d9571
Parents:
8ba511d
Message:

Fixed #111, Jabber away states get set correctly at connect-time now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/msn_util.c

    r8ba511d r61dddd0  
    5050       
    5151        account_online( gc );
    52        
    53         /* account_online() sets an away state if there is any, so only
    54            execute this code if we're not away. */
    55         if( md->away_state == msn_away_state_list )
    56         {
    57                 g_snprintf( buf, sizeof( buf ), "CHG %d %s %d\r\n", ++md->trId, md->away_state->code, 0 );
    58                 return( msn_write( gc, buf, strlen( buf ) ) );
    59         }
    6052       
    6153        return( 0 );
Note: See TracChangeset for help on using the changeset viewer.