diff options
author | Kim Alvefur <zash@zash.se> | 2018-12-16 22:49:58 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2018-12-16 22:49:58 +0100 |
commit | 09d88cefa5738c1ec7a60c50c73685c2378335d4 (patch) | |
tree | 7076d745c81f5bf26b5c52bd83a0e92f95fb15f1 /spec/scansion | |
parent | 149e748141ceef12a3fff9ba985a880b7e09c568 (diff) | |
download | prosody-09d88cefa5738c1ec7a60c50c73685c2378335d4.tar.gz prosody-09d88cefa5738c1ec7a60c50c73685c2378335d4.zip |
MUC: Add another message to #667 test
Diffstat (limited to 'spec/scansion')
-rw-r--r-- | spec/scansion/muc_subject_issue_667.scs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/spec/scansion/muc_subject_issue_667.scs b/spec/scansion/muc_subject_issue_667.scs index 68f4c17a..859a0bfd 100644 --- a/spec/scansion/muc_subject_issue_667.scs +++ b/spec/scansion/muc_subject_issue_667.scs @@ -51,6 +51,16 @@ Romeo receives: </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: 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> |