diff options
author | Kim Alvefur <zash@zash.se> | 2021-12-08 21:55:25 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-12-08 21:55:25 +0100 |
commit | 449311b2d112182be22ab9bef06ae00d200726e9 (patch) | |
tree | 5ae1529d0dac1108851bb6063b6fd8622c7ea324 /spec | |
parent | 1c0c380203e22f9fba14186380e187b956722220 (diff) | |
download | prosody-449311b2d112182be22ab9bef06ae00d200726e9.tar.gz prosody-449311b2d112182be22ab9bef06ae00d200726e9.zip |
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.
Diffstat (limited to 'spec')
-rw-r--r-- | spec/scansion/muc_register.scs | 2 | ||||
-rw-r--r-- | spec/scansion/muc_show_offline.scs | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/spec/scansion/muc_register.scs b/spec/scansion/muc_register.scs index 9fcce688..915a7325 100644 --- a/spec/scansion/muc_register.scs +++ b/spec/scansion/muc_register.scs @@ -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 diff --git a/spec/scansion/muc_show_offline.scs b/spec/scansion/muc_show_offline.scs index 57b75ec7..c06a892d 100644 --- a/spec/scansion/muc_show_offline.scs +++ b/spec/scansion/muc_show_offline.scs @@ -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 |