Changeset f5d87ea
- Timestamp:
- 2010-06-05T18:26:17Z (14 years ago)
- Branches:
- master
- Children:
- 5a75d15
- Parents:
- cf1a979
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/iq.c
rcf1a979 rf5d87ea 391 391 if( ( strcmp( sub, "both" ) == 0 || strcmp( sub, "to" ) == 0 ) ) 392 392 { 393 if( initial || bee_user_by_handle( ic->bee, ic, jid ) == NULL ) 394 imcb_add_buddy( ic, jid, ( group && group->text_len ) ? 395 group->text : NULL ); 393 imcb_add_buddy( ic, jid, ( group && group->text_len ) ? 394 group->text : NULL ); 396 395 397 396 if( name )
Note: See TracChangeset
for help on using the changeset viewer.