aboutsummaryrefslogtreecommitdiffstats
path: root/spec
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
commitc26f8beac4075c8d031ed9a620fac77653d1bb07 (patch)
treece2e898dd915726ee9dcd51791458f822559b206 /spec
parent057fbeaf06876cfbfbba24bbc317de313fa9e84b (diff)
downloadprosody-c26f8beac4075c8d031ed9a620fac77653d1bb07.tar.gz
prosody-c26f8beac4075c8d031ed9a620fac77653d1bb07.zip
MUC: Indicate origin of registration related errors
Diffstat (limited to 'spec')
-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'/>