MUC: Test that <subject/> + <thread/> is not handled as subject change

Ref #667
Ref #1838
This commit is contained in:
Kim Alvefur 2024-01-23 13:00:58 +01:00
parent 607f8ffee5
commit c8c1482dae

View file

@ -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>