Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/presence.c

    r5bd21df r3a80471  
    4040        {
    4141                *s = 0;
    42                 if( jabber_chat_by_jid( ic, from ) )
     42                if( jabber_chat_by_name( ic, from ) )
    4343                        is_chat = 1;
    4444                *s = '/';
     
    164164        else if( strcmp( type, "error" ) == 0 )
    165165        {
    166                 return jabber_cache_handle_packet( ic, node );
    167                
    168                 /*
    169166                struct jabber_error *err;
     167               
    170168                if( ( c = xt_find_node( node->children, "error" ) ) )
    171169                {
     
    175173                                    err->text ? err->text : "" );
    176174                        jabber_error_free( err );
    177                 } */
     175                }
     176                /* What else to do with it? */
    178177        }
    179178       
Note: See TracChangeset for help on using the changeset viewer.