mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 02:36:22 +00:00
Show resource in titlebar and on each message
This commit is contained in:
@@ -499,7 +499,7 @@ _chat_handler(xmpp_conn_t * const conn, xmpp_stanza_t * const stanza,
|
||||
if (delayed) {
|
||||
handle_delayed_message(jid->barejid, message, tv_stamp);
|
||||
} else {
|
||||
handle_incoming_message(jid->barejid, message);
|
||||
handle_incoming_message(jid->barejid, jid->resourcepart, message);
|
||||
}
|
||||
xmpp_free(ctx, message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user