- Timestamp:
- 2016-01-24T13:07:09Z (9 years ago)
- Branches:
- master
- Children:
- 7616eec
- Parents:
- 1239d05
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/jabber/conference.c
r1239d05 reee7294 479 479 bare_jid = jabber_get_bare_jid(bud->ext_jid ? bud->ext_jid : bud->full_jid); 480 480 final_from = bare_jid; 481 flags = (bud == jc->me) ? OPT_SELFMESSAGE : 0; 481 if (bud == jc->me || (g_strcasecmp(final_from, ic->acc->user) == 0)) { 482 flags = OPT_SELFMESSAGE; 483 } 482 484 } else { 483 485 final_from = nick;
Note: See TracChangeset
for help on using the changeset viewer.