diff options
author | Kim Alvefur <zash@zash.se> | 2024-10-31 17:18:43 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2024-10-31 17:18:43 +0100 |
commit | 77833e7394d1711bd175565a010fa06bbbc220a4 (patch) | |
tree | 06079d078ca0c262541cf119227b3c561ebd3ee8 | |
parent | 12b787430a2685da6a653a1eed2e85729983527b (diff) | |
download | prosody-77833e7394d1711bd175565a010fa06bbbc220a4.tar.gz prosody-77833e7394d1711bd175565a010fa06bbbc220a4.zip |
scansion: Remove publisher attribute from bookmarks2 tests
Seems exposing publisher is not enabled in mod_pep, but then it'll be
the user themselves most of the time
-rw-r--r-- | spec/scansion/bookmarks2.scs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/scansion/bookmarks2.scs b/spec/scansion/bookmarks2.scs index 642fb750..0243ca54 100644 --- a/spec/scansion/bookmarks2.scs +++ b/spec/scansion/bookmarks2.scs @@ -77,7 +77,7 @@ Juliet receives: <message type='headline' from="${Juliet's JID}"> <event xmlns='http://jabber.org/protocol/pubsub#event'> <items node='urn:xmpp:bookmarks:1'> - <item id='theplay@conference.shakespeare.lit' publisher="${Juliet's JID}"> + <item id='theplay@conference.shakespeare.lit'> <conference xmlns='urn:xmpp:bookmarks:1' name='The Play's the Thing' autojoin='true'> @@ -135,7 +135,7 @@ Juliet receives: <message type='headline' from="${Juliet's JID}"> <event xmlns='http://jabber.org/protocol/pubsub#event'> <items node='urn:xmpp:bookmarks:1'> - <item id='orchard@conference.shakespeare.lit' publisher="${Juliet's JID}"> + <item id='orchard@conference.shakespeare.lit'> <conference xmlns='urn:xmpp:bookmarks:1' name='The Orchard' autojoin='true'> |