@@ -334,7 +334,7 @@ describe("A MUC", function () {
334334 to="romeo@montague.lit/pda"
335335 type="error"
336336 xmlns="jabber:client">
337- <x xmlns="http://jabber.org/protocol/muc"/ >
337+ <x xmlns="http://jabber.org/protocol/muc"><history maxstanzas="0"/></x >
338338 <error by="${ muc_jid } " type="cancel">
339339 <conflict xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
340340 </error>
@@ -387,7 +387,7 @@ describe("A MUC", function () {
387387 from="${ connection . jid } "
388388 to="${ muc_jid } /romeo-2"
389389 xmlns="jabber:client">
390- <x xmlns="http://jabber.org/protocol/muc"/ >
390+ <x xmlns="http://jabber.org/protocol/muc"><history maxstanzas="0"/></x >
391391 <c xmlns="http://jabber.org/protocol/caps" hash="sha-1" node="https://conversejs.org"
392392 ver="qgxN8hmrdSa2/4/7PUoM9bPFN2s="/>
393393 </presence>` ) ;
@@ -402,7 +402,7 @@ describe("A MUC", function () {
402402 id="${ u . getUniqueId ( ) } "
403403 to="romeo@montague.lit/pda"
404404 type="error">
405- <x xmlns="http://jabber.org/protocol/muc"/ >
405+ <x xmlns="http://jabber.org/protocol/muc"><history maxstanzas="0"/></x >
406406 <error by="${ muc_jid } " type="cancel">
407407 <conflict xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/>
408408 </error>
@@ -417,7 +417,7 @@ describe("A MUC", function () {
417417 from="${ connection . jid } "
418418 to="${ muc_jid } /romeo-3"
419419 xmlns="jabber:client">
420- <x xmlns="http://jabber.org/protocol/muc"/ >
420+ <x xmlns="http://jabber.org/protocol/muc"><history maxstanzas="0"/></x >
421421 <c xmlns="http://jabber.org/protocol/caps" hash="sha-1" node="https://conversejs.org"
422422 ver="qgxN8hmrdSa2/4/7PUoM9bPFN2s="/>
423423 </presence>` ) ;
@@ -447,7 +447,7 @@ describe("A MUC", function () {
447447 from="${ connection . jid } "
448448 to="${ muc_jid } /romeo-4"
449449 xmlns="jabber:client">
450- <x xmlns="http://jabber.org/protocol/muc"/ >
450+ <x xmlns="http://jabber.org/protocol/muc"><history maxstanzas="0"/></x >
451451 <c xmlns="http://jabber.org/protocol/caps" hash="sha-1" node="https://conversejs.org"
452452 ver="qgxN8hmrdSa2/4/7PUoM9bPFN2s="/>
453453 </presence>` ) ;
0 commit comments