Changeset 8076ec0 for protocols/jabber/si.c
- Timestamp:
- 2007-12-05T01:30:50Z (17 years ago)
- Branches:
- master
- Children:
- dc0ba9c
- Parents:
- dce3903 (diff), 793cc25 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/si.c
rdce3903 r8076ec0 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.