Diff

spec/scansion/muc_password.scs @ 12027:5fb16f41f861

MUC: Remove remaining deprecated numeric error codes The numeric error codes seems to have been removed from the examples in XEP-0045 version 1.24, and were deprecated even by RFC 3920 in 2004, only allowed for backwards compatibility.
author Kim Alvefur <zash@zash.se>
date Wed, 08 Dec 2021 21:02:14 +0100
parent 10447:b5fd1637f15c
line wrap: on
line diff
--- a/spec/scansion/muc_password.scs	Wed Dec 08 16:40:51 2021 +0100
+++ b/spec/scansion/muc_password.scs	Wed Dec 08 21:02:14 2021 +0100
@@ -58,7 +58,7 @@
 
 Juliet receives:
 	<presence from="room@conference.localhost/Juliet" type="error">
-		<error type="auth" code="401" by="room@conference.localhost">
+		<error type="auth" by="room@conference.localhost">
 			<not-authorized xmlns='urn:ietf:params:xml:ns:xmpp-stanzas'/>
 		</error>
 	</presence>