Changeset aa7ce1b for protocols/yahoo


Ignore:
Timestamp:
2010-05-08T23:50:12Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
5a599a1
Parents:
9997691
Message:

Yahoo! seems to echo conference room invitations now, huh? No idea what this
is but let's ignore them.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/yahoo/yahoo.c

    r9997691 raa7ce1b  
    828828        YList *m;
    829829       
     830        if( g_strcasecmp( who, ic->acc->user ) == 0 )
     831                /* WTF, Yahoo! seems to echo these now? */
     832                return;
     833       
    830834        inv = g_malloc( sizeof( struct byahoo_conf_invitation ) );
    831835        memset( inv, 0, sizeof( struct byahoo_conf_invitation ) );
Note: See TracChangeset for help on using the changeset viewer.