--- a/libpurple/protocols/jabber/message.c Wed Mar 13 00:28:59 2019 -0400 +++ b/libpurple/protocols/jabber/message.c Wed Mar 13 00:35:08 2019 -0400 @@ -208,7 +208,7 @@ } g_free(jbr->thread_id); - jbr->thread_id = g_strdup(jbr->thread_id); + jbr->thread_id = g_strdup(jm->thread_id); } purple_serv_got_im(gc, jm->from, body->str, 0, jm->sent);