mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
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:
parent
1c0c380203
commit
449311b2d1
6 changed files with 6 additions and 10 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue