aboutsummaryrefslogtreecommitdiffstats
path: root/spec/scansion
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-11-25 23:51:41 +0100
committerKim Alvefur <zash@zash.se>2019-11-25 23:51:41 +0100
commitcaa5b2ca77854859d943304b5d0f8ebf812fcb18 (patch)
treece2e898dd915726ee9dcd51791458f822559b206 /spec/scansion
parent97b1139a7cb61512f244133b6de8913f40baa382 (diff)
downloadprosody-caa5b2ca77854859d943304b5d0f8ebf812fcb18.tar.gz
prosody-caa5b2ca77854859d943304b5d0f8ebf812fcb18.zip
MUC: Indicate origin of registration related errors
Diffstat (limited to 'spec/scansion')
-rw-r--r--spec/scansion/muc_register.scs4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/scansion/muc_register.scs b/spec/scansion/muc_register.scs
index a077cd76..5d1f5f3e 100644
--- a/spec/scansion/muc_register.scs
+++ b/spec/scansion/muc_register.scs
@@ -177,7 +177,7 @@ Rosaline sends:
Rosaline receives:
<presence type='error' from='room@conference.localhost/Juliet'>
- <error type='cancel'>
+ <error type='cancel' by='room@conference.localhost'>
<conflict xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error>
<x xmlns='http://jabber.org/protocol/muc'/>
@@ -288,7 +288,7 @@ Rosaline sends:
Rosaline receives:
<presence type='error' from='room@conference.localhost/Juliet'>
- <error type='cancel'>
+ <error type='cancel' by='room@conference.localhost'>
<conflict xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
</error>
<x xmlns='http://jabber.org/protocol/muc'/>