diff options
author | Kim Alvefur <zash@zash.se> | 2019-11-25 23:51:41 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2019-11-25 23:51:41 +0100 |
commit | c26f8beac4075c8d031ed9a620fac77653d1bb07 (patch) | |
tree | ce2e898dd915726ee9dcd51791458f822559b206 /spec | |
parent | 057fbeaf06876cfbfbba24bbc317de313fa9e84b (diff) | |
download | prosody-c26f8beac4075c8d031ed9a620fac77653d1bb07.tar.gz prosody-c26f8beac4075c8d031ed9a620fac77653d1bb07.zip |
MUC: Indicate origin of registration related errors
Diffstat (limited to 'spec')
-rw-r--r-- | spec/scansion/muc_register.scs | 4 |
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'/> |