mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +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}">
|
<message type='headline' from="${Juliet's JID}">
|
||||||
<event xmlns='http://jabber.org/protocol/pubsub#event'>
|
<event xmlns='http://jabber.org/protocol/pubsub#event'>
|
||||||
<items node='urn:xmpp:bookmarks:1'>
|
<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'
|
<conference xmlns='urn:xmpp:bookmarks:1'
|
||||||
name='The Play's the Thing'
|
name='The Play's the Thing'
|
||||||
autojoin='true'>
|
autojoin='true'>
|
||||||
|
@ -135,7 +135,7 @@ Juliet receives:
|
||||||
<message type='headline' from="${Juliet's JID}">
|
<message type='headline' from="${Juliet's JID}">
|
||||||
<event xmlns='http://jabber.org/protocol/pubsub#event'>
|
<event xmlns='http://jabber.org/protocol/pubsub#event'>
|
||||||
<items node='urn:xmpp:bookmarks:1'>
|
<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'
|
<conference xmlns='urn:xmpp:bookmarks:1'
|
||||||
name='The Orchard'
|
name='The Orchard'
|
||||||
autojoin='true'>
|
autojoin='true'>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue