Comparison

spec/scansion/muc_password.scs @ 10447:b5fd1637f15c

MUC: Indicate origin of password related errors
author Kim Alvefur <zash@zash.se>
date Mon, 25 Nov 2019 23:47:49 +0100
parent 9291:329a670ae975
child 12027:5fb16f41f861
comparison
equal deleted inserted replaced
10446:5c2d1b13537c 10447:b5fd1637f15c
56 <x xmlns="http://jabber.org/protocol/muc"/> 56 <x xmlns="http://jabber.org/protocol/muc"/>
57 </presence> 57 </presence>
58 58
59 Juliet receives: 59 Juliet receives:
60 <presence from="room@conference.localhost/Juliet" type="error"> 60 <presence from="room@conference.localhost/Juliet" type="error">
61 <error type="auth" code="401"> 61 <error type="auth" code="401" by="room@conference.localhost">
62 <not-authorized xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/> 62 <not-authorized xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
63 </error> 63 </error>
64 </presence> 64 </presence>
65 65
66 # Retry with the correct password 66 # Retry with the correct password