Changeset 85023c6 for protocols/jabber
- Timestamp:
- 2007-07-15T15:47:34Z (17 years ago)
- Branches:
- master
- Children:
- 1baaef8
- Parents:
- 1ffb46f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/conference.c
r1ffb46f r85023c6 180 180 if( bud->ext_jid[i] == '=' || bud->ext_jid[i] == '@' ) 181 181 bud->ext_jid[i] = '_'; 182 183 /* Some program-specific restrictions. */ 184 imcb_clean_handle( ic, bud->ext_jid ); 182 185 } 183 186 bud->flags |= JBFLAG_IS_ANONYMOUS;
Note: See TracChangeset
for help on using the changeset viewer.