Software /
code /
prosody
Changeset
9706:d3c2c9248734
MUC: Add another message to #667 test
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 16 Dec 2018 22:49:58 +0100 |
parents | 9705:42a3e3a28248 |
children | 9707:9171eddcce93 |
files | spec/scansion/muc_subject_issue_667.scs |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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>