Changeset 793cc25


Ignore:
Timestamp:
2007-12-04T01:21:45Z (16 years ago)
Author:
ulim <a.sporto+bee@…>
Branches:
master
Children:
0fbd3a6d, 8076ec0
Parents:
08135df
Message:

Follow rename of jabber_chat_by_jid from upstrem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/si.c

    r08135df r793cc25  
    372372        tf->sid = g_strdup_printf( "BitlBeeJabberSID%d", tf->ft->local_id );
    373373       
    374         if( ( s = strchr( who, '=' ) ) && jabber_chat_by_name( ic, s + 1 ) )
     374        if( ( s = strchr( who, '=' ) ) && jabber_chat_by_jid( 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.