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 | 6e6914b3cab39ff86f39869879a284e97c1c11df (patch) | |
tree | 7076d745c81f5bf26b5c52bd83a0e92f95fb15f1 /spec/scansion | |
parent | a454069cfa2a593d304d0fb49997b93eee66bef9 (diff) | |
download | prosody-6e6914b3cab39ff86f39869879a284e97c1c11df.tar.gz prosody-6e6914b3cab39ff86f39869879a284e97c1c11df.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> |