Changeset

10055:d67e8ef63235 0.11

mod_blocklist: Remove unrelated tags from test case
author Kim Alvefur <zash@zash.se>
date Thu, 20 Jun 2019 22:10:19 +0200
parents 10052:0c35f353db68
children 10056:948097f62d7d 10057:5c9341a1b36f
files spec/scansion/blocking.scs
diffstat 1 files changed, 2 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/spec/scansion/blocking.scs	Thu Jun 20 21:20:00 2019 +0200
+++ b/spec/scansion/blocking.scs	Thu Jun 20 22:10:19 2019 +0200
@@ -17,9 +17,7 @@
 	<presence/>
 
 Romeo receives:
-	<presence from="${Romeo's full JID}">
-	  <x xmlns="vcard-temp:x:update"/>
-	</presence>
+	<presence from="${Romeo's full JID}"/>
 
 Juliet connects
 
@@ -27,9 +25,7 @@
 	<presence/>
 
 Juliet receives:
-	<presence from="${Juliet's full JID}">
-	  <x xmlns="vcard-temp:x:update"/>
-	</presence>
+	<presence from="${Juliet's full JID}"/>
 
 # They add each other
 Romeo sends:
@@ -47,7 +43,6 @@
 Romeo receives:
 	<presence from="${Juliet's full JID}" to="${Romeo's JID}">
 	  <delay xmlns="urn:xmpp:delay" stamp="{scansion:any}" from="localhost"/>
-	  <x xmlns="vcard-temp:x:update"/>
 	</presence>
 
 Juliet sends:
@@ -65,13 +60,11 @@
 Juliet receives:
 	<presence from="${Romeo's full JID}" to="${Juliet's JID}">
 	  <delay xmlns="urn:xmpp:delay" stamp="{scansion:any}" from="localhost"/>
-	  <x xmlns="vcard-temp:x:update"/>
 	</presence>
 
 Romeo receives:
 	<presence from="${Juliet's full JID}" to="${Romeo's JID}">
 	  <delay xmlns="urn:xmpp:delay" stamp="{scansion:any}" from="localhost"/>
-	  <x xmlns="vcard-temp:x:update"/>
 	</presence>
 
 # They can now talk
@@ -134,7 +127,6 @@
 
 Juliet receives:
 	<presence to="${Juliet's JID}" from="${Romeo's full JID}">
-	  <delay xmlns="urn:xmpp:delay" stamp="{scansion:any}" from="localhost"/>
 	  <x xmlns="vcard-temp:x:update"/>
 	</presence>