MUC: Remove <{muc}x> tags in some errors

Including the payload of the stanza that caused the error is optional
and we're generally not doing it anywhere else.
This commit is contained in:
Kim Alvefur 2021-12-08 21:55:25 +01:00
parent 1c0c380203
commit 449311b2d1
6 changed files with 6 additions and 10 deletions

View file

@ -180,7 +180,6 @@ Rosaline receives:
<error type='cancel' by='room@conference.localhost'>
<conflict xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error>
<x xmlns='http://jabber.org/protocol/muc'/>
</presence>
# In a heated moment, Juliet unregisters from the room
@ -291,7 +290,6 @@ Rosaline receives:
<error type='cancel' by='room@conference.localhost'>
<conflict xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error>
<x xmlns='http://jabber.org/protocol/muc'/>
</presence>
# Juliet, however, quietly joins the room with success

View file

@ -185,7 +185,6 @@ Rosaline receives:
<error type='cancel' by='room@conference.localhost'>
<conflict xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error>
<x xmlns='http://jabber.org/protocol/muc'/>
</presence>
# In a heated moment, Juliet unregisters from the room
@ -296,7 +295,6 @@ Rosaline receives:
<error type='cancel' by='room@conference.localhost'>
<conflict xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error>
<x xmlns='http://jabber.org/protocol/muc'/>
</presence>
# Juliet, however, quietly joins the room with success