MUC: Add another message to #667 test
authorKim Alvefur <zash@zash.se>
Sun, 16 Dec 2018 22:49:58 +0100
changeset 9710 d3c2c9248734
parent 9709 42a3e3a28248
child 9711 9171eddcce93
MUC: Add another message to #667 test
spec/scansion/muc_subject_issue_667.scs
--- a/spec/scansion/muc_subject_issue_667.scs	Sun Dec 16 02:56:11 2018 +0100
+++ b/spec/scansion/muc_subject_issue_667.scs	Sun Dec 16 22:49:58 2018 +0100
@@ -51,6 +51,16 @@
 	</message>
 
 Romeo sends:
+	<message to="issue667@conference.localhost" type="groupchat">
+		<body>Lorem ipsum dolor sit amet</body>
+	</message>
+
+Romeo receives:
+	<message type="groupchat" from="issue667@conference.localhost/Romeo">
+		<body>Lorem ipsum dolor sit amet</body>
+	</message>
+
+Romeo sends:
 	<presence to="issue667@conference.localhost/Romeo">
 		<x xmlns="http://jabber.org/protocol/muc"/>
 	</presence>
@@ -72,6 +82,11 @@
 
 Romeo receives:
 	<message type="groupchat" from="issue667@conference.localhost/Romeo">
+		<body>Lorem ipsum dolor sit amet</body>
+	</message>
+
+Romeo receives:
+	<message type="groupchat" from="issue667@conference.localhost/Romeo">
 		<subject>Something to talk about</subject>
 	</message>