diff options
author | Kim Alvefur <zash@zash.se> | 2020-06-21 19:06:37 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-06-21 19:06:37 +0200 |
commit | 44803031d0b89fad13326770f8f245e2b0c5906e (patch) | |
tree | 8d48384c58d30d725e0361cc5ab257465c350074 /spec/scansion | |
parent | 15227ecbc62d26707f37cbb82f5ee7c0f845442a (diff) | |
download | prosody-44803031d0b89fad13326770f8f245e2b0c5906e.tar.gz prosody-44803031d0b89fad13326770f8f245e2b0c5906e.zip |
MUC: Remove XEP-0091 Legacy Delayed Delivery from test
Long time Obsolete XEP.
The element is apparently not included when mod_muc_mam is enabled, and
deleting this seems like the sanity-preserving approach.
Diffstat (limited to 'spec/scansion')
-rw-r--r-- | spec/scansion/muc_create_destroy.scs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/scansion/muc_create_destroy.scs b/spec/scansion/muc_create_destroy.scs index 195200bb..789d4c41 100644 --- a/spec/scansion/muc_create_destroy.scs +++ b/spec/scansion/muc_create_destroy.scs @@ -90,7 +90,6 @@ Juliet receives: <message from="garden@conference.localhost/romeo" id="rm1" type="groupchat"> <body>Where are thou my Juliet?</body> <delay stamp="{scansion:any}" xmlns="urn:xmpp:delay" from="garden@conference.localhost"/> - <x stamp="{scansion:any}" xmlns="jabber:x:delay" from="garden@conference.localhost"/> </message> Juliet receives: |