Diff

spec/scansion/blocking.scs @ 10812:3bd846c76701

spec/scansion/blocking: Don't send stanzas after disconnecting Probably casued by mod_scansion_record catching the unavailable presence generated by Prosody on disconnect. See #1549
author Kim Alvefur <zash@zash.se>
date Sat, 09 May 2020 00:07:42 +0200
parent 10057:5c9341a1b36f
line wrap: on
line diff
--- a/spec/scansion/blocking.scs	Fri May 08 23:58:24 2020 +0200
+++ b/spec/scansion/blocking.scs	Sat May 09 00:07:42 2020 +0200
@@ -145,16 +145,16 @@
 	</message>
 
 # Bye
-Juliet disconnects
-
 Juliet sends:
 	<presence type="unavailable"/>
 
+Juliet disconnects
+
 Romeo receives:
 	<presence from="${Juliet's full JID}" to="${Romeo's JID}" type="unavailable"/>
 
-Romeo disconnects
-
 Romeo sends:
 	<presence type="unavailable"/>
 
+Romeo disconnects
+