Software /
code /
prosody
Comparison
spec/scansion/muc_create_destroy.scs @ 10231:949b1b72537a
MUC: Fix delay tag @from in test to be the room JID (#1054 came back)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 31 Aug 2019 16:15:51 +0200 |
parent | 10229:3b769e53b33f |
child | 10271:2f30ad040454 |
comparison
equal
deleted
inserted
replaced
10229:3b769e53b33f | 10231:949b1b72537a |
---|---|
77 </presence> | 77 </presence> |
78 | 78 |
79 Juliet receives: | 79 Juliet receives: |
80 <message from="garden@conference.localhost/romeo" id="rm1" type="groupchat"> | 80 <message from="garden@conference.localhost/romeo" id="rm1" type="groupchat"> |
81 <body>Where are thou my Juliet?</body> | 81 <body>Where are thou my Juliet?</body> |
82 <delay stamp="{scansion:any}" xmlns="urn:xmpp:delay" from="conference.localhost"/> | 82 <delay stamp="{scansion:any}" xmlns="urn:xmpp:delay" from="garden@conference.localhost"/> |
83 <x stamp="{scansion:any}" xmlns="jabber:x:delay" from="conference.localhost"/> | 83 <x stamp="{scansion:any}" xmlns="jabber:x:delay" from="garden@conference.localhost"/> |
84 </message> | 84 </message> |
85 | 85 |
86 Juliet receives: | 86 Juliet receives: |
87 <message from="garden@conference.localhost" type="groupchat"> | 87 <message from="garden@conference.localhost" type="groupchat"> |
88 <subject/> | 88 <subject/> |