- Timestamp:
- 2007-12-04T01:21:45Z (17 years ago)
- Branches:
- master
- Children:
- 0fbd3a6d, 8076ec0
- Parents:
- 08135df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/si.c
r08135df 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.