From abd9786c0fae3b59b9874a17f7a6358a452b1259 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Wed, 17 Oct 2018 22:31:21 +0200 Subject: [PATCH] Fix failing test and update changelog. updates #1185 --- CHANGES.md | 1 + spec/protocol.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 79cd26640..4c02d4e73 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,7 @@ - #1063 URLs in the topic / subject are not clickable - #1140 Add support for destroyed chatrooms - #1169 Non-joined participants display an unwanted status message +- #1185 Added Contact still shown as pending - #1190 MUC Participants column disappears in certain viewport widths - #1193 OMEMO messages without a `` fallback are ignored - #1199 Can't get back from to login screen from registration screen diff --git a/spec/protocol.js b/spec/protocol.js index a4f1b1aea..7cec672df 100644 --- a/spec/protocol.js +++ b/spec/protocol.js @@ -209,7 +209,7 @@ * */ spyOn(_converse.roster, "updateContact").and.callThrough(); - stanza = $iq({'type': 'set', 'from': _converse.connection.jid}) + stanza = $iq({'type': 'set', 'from': _converse.bare_jid}) .c('query', {'xmlns': 'jabber:iq:roster'}) .c('item', { 'jid': 'contact@example.org',