Commit 45cda849 authored by alan's avatar alan Committed by JC Brand

possible fix for issue #1185

parent ceb0b822
...@@ -75974,7 +75974,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_ ...@@ -75974,7 +75974,7 @@ var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_
const id = iq.getAttribute('id'); const id = iq.getAttribute('id');
const from = iq.getAttribute('from'); const from = iq.getAttribute('from');
if (from && from !== _converse.connection.jid) { if (from && from !== _converse.bare_jid) {
// https://tools.ietf.org/html/rfc6121#page-15 // https://tools.ietf.org/html/rfc6121#page-15
// //
// A receiving client MUST ignore the stanza unless it has no 'from' // A receiving client MUST ignore the stanza unless it has no 'from'
...@@ -539,7 +539,7 @@ ...@@ -539,7 +539,7 @@
*/ */
const id = iq.getAttribute('id'); const id = iq.getAttribute('id');
const from = iq.getAttribute('from'); const from = iq.getAttribute('from');
if (from && from !== _converse.connection.jid) { if (from && from !== _converse.bare_jid) {
// https://tools.ietf.org/html/rfc6121#page-15 // https://tools.ietf.org/html/rfc6121#page-15
// //
// A receiving client MUST ignore the stanza unless it has no 'from' // A receiving client MUST ignore the stanza unless it has no 'from'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment