mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
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
This commit is contained in:
parent
12b787430a
commit
77833e7394
1 changed files with 2 additions and 2 deletions
|
@ -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'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue