Changes in protocols/jabber/si.c [dce3903:793cc25]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/si.c
rdce3903 r793cc25 372 372 tf->sid = g_strdup_printf( "BitlBeeJabberSID%d", tf->ft->local_id ); 373 373 374 if( ( s = strchr( who, '=' ) ) && jabber_chat_by_ name( ic, s + 1 ) )374 if( ( s = strchr( who, '=' ) ) && jabber_chat_by_jid( ic, s + 1 ) ) 375 375 bud = jabber_buddy_by_ext_jid( ic, who, 0 ); 376 376 else
Note: See TracChangeset
for help on using the changeset viewer.