- Timestamp:
- 2007-06-04T15:56:09Z (17 years ago)
- Branches:
- master
- Children:
- 7e9dc74
- Parents:
- e0e2a71
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/conference.c
re0e2a71 rc570c86 156 156 } 157 157 158 if( bud != jc->me ) 159 { 160 imcb_add_buddy( ic, bud->ext_jid, NULL ); 161 imcb_buddy_nick_hint( ic, bud->ext_jid, bud->resource ); 162 } 163 158 164 s = strchr( bud->ext_jid, '/' ); 159 165 if( s ) *s = 0; /* Should NEVER be NULL, but who knows... */ 160 166 imcb_chat_add_buddy( chat, bud->ext_jid ); 161 167 if( s ) *s = '/'; 162 163 if( bud != jc->me )164 imcb_buddy_nick_hint( ic, bud->ext_jid, bud->resource );165 168 } 166 169 else if( type ) /* This only gets called if type is NULL or "unavailable" */
Note: See TracChangeset
for help on using the changeset viewer.