mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
MUC: Test that <subject/> + <thread/> is not handled as subject change
Ref #667 Ref #1838
This commit is contained in:
parent
607f8ffee5
commit
c8c1482dae
1 changed files with 29 additions and 0 deletions
|
@ -42,6 +42,21 @@ Romeo receives:
|
|||
<body>Hello everyone</body>
|
||||
</message>
|
||||
|
||||
# this should be treated as a normal message
|
||||
Romeo sends:
|
||||
<message to="issue667@conference.localhost" type="groupchat">
|
||||
<subject>New thread</subject>
|
||||
<thread>498acea5-5894-473f-b4c6-c77319d11c75</thread>
|
||||
<store xmlns="urn:xmpp:hints"/>
|
||||
</message>
|
||||
|
||||
Romeo receives:
|
||||
<message type="groupchat" from="issue667@conference.localhost/Romeo">
|
||||
<subject>New thread</subject>
|
||||
<thread>498acea5-5894-473f-b4c6-c77319d11c75</thread>
|
||||
<store xmlns="urn:xmpp:hints"/>
|
||||
</message>
|
||||
|
||||
# Resync
|
||||
Romeo sends:
|
||||
<presence to="issue667@conference.localhost/Romeo">
|
||||
|
@ -63,6 +78,13 @@ Romeo receives:
|
|||
<body>Hello everyone</body>
|
||||
</message>
|
||||
|
||||
Romeo receives:
|
||||
<message type="groupchat" from="issue667@conference.localhost/Romeo">
|
||||
<subject>New thread</subject>
|
||||
<thread>498acea5-5894-473f-b4c6-c77319d11c75</thread>
|
||||
<store xmlns="urn:xmpp:hints"/>
|
||||
</message>
|
||||
|
||||
# the still empty subject
|
||||
Romeo receives:
|
||||
<message type="groupchat" from="issue667@conference.localhost">
|
||||
|
@ -114,6 +136,13 @@ Romeo receives:
|
|||
<body>Hello everyone</body>
|
||||
</message>
|
||||
|
||||
Romeo receives:
|
||||
<message type="groupchat" from="issue667@conference.localhost/Romeo">
|
||||
<subject>New thread</subject>
|
||||
<thread>498acea5-5894-473f-b4c6-c77319d11c75</thread>
|
||||
<store xmlns="urn:xmpp:hints"/>
|
||||
</message>
|
||||
|
||||
Romeo receives:
|
||||
<message type="groupchat" from="issue667@conference.localhost/Romeo">
|
||||
<body>Lorem ipsum dolor sit amet</body>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue