Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/si.c

    r793cc25 rdce3903  
    372372        tf->sid = g_strdup_printf( "BitlBeeJabberSID%d", tf->ft->local_id );
    373373       
    374         if( ( s = strchr( who, '=' ) ) && jabber_chat_by_jid( ic, s + 1 ) )
     374        if( ( s = strchr( who, '=' ) ) && jabber_chat_by_name( ic, s + 1 ) )
    375375                bud = jabber_buddy_by_ext_jid( ic, who, 0 );
    376376        else
Note: See TracChangeset for help on using the changeset viewer.