- Timestamp:
- 2017-11-20T00:03:32Z (7 years ago)
- Branches:
- master
- Children:
- 49108f3
- Parents:
- 861de54
- git-author:
- Valeriy Malov <jazzvoid@…> (12-10-17 12:23:12)
- git-committer:
- dequis <dx@…> (20-11-17 00:03:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/conference.c
r861de54 rf75aaac 351 351 } 352 352 353 imcb_chat_add_buddy(chat, bud->ext_jid); 354 353 355 if (bud != jc->me && (jc->flags & JCFLAG_ALWAYS_USE_NICKS) && !(bud->flags & JBFLAG_IS_ANONYMOUS)) { 354 356 imcb_buddy_nick_change(ic, bud->ext_jid, bud->resource); 355 357 } 356 358 357 imcb_chat_add_buddy(chat, bud->ext_jid);358 359 if (s) { 359 360 *s = '/';
Note: See TracChangeset
for help on using the changeset viewer.