Ignore:
Timestamp:
2010-08-14T14:50:10Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
193dc74
Parents:
07874be
Message:

Show incoming auth. requests (although responding to them currently causes
a disconnect).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/msn/soap.c

    r07874be re5854a8  
    477477                bd->flags |= MSN_BUDDY_BL;
    478478        else if( strcmp( role, "Reverse" ) == 0 )
     479        {
    479480                bd->flags |= MSN_BUDDY_RL;
     481                msn_buddy_ask( bu );
     482        }
    480483        else if( strcmp( role, "Pending" ) == 0 )
     484        {
    481485                bd->flags |= MSN_BUDDY_PL;
     486                msn_buddy_ask( bu );
     487        }
     488       
     489        printf( "%s %d\n", handle, bd->flags );
    482490       
    483491        return XT_HANDLED;
Note: See TracChangeset for help on using the changeset viewer.