mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-07 02:40:22 -05:00
XEP-0402: Add missing namespace on conference elements.
This commit is contained in:
parent
d40429b5ab
commit
e825153f12
@ -130,13 +130,15 @@
|
|||||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||||
<items node='urn:xmpp:bookmarks:0'>
|
<items node='urn:xmpp:bookmarks:0'>
|
||||||
<item id='theplay@conference.shakespeare.lit'>
|
<item id='theplay@conference.shakespeare.lit'>
|
||||||
<conference name='The Play's the Thing'
|
<conference xmlns=']]>&namespace;<![CDATA['
|
||||||
|
name='The Play's the Thing'
|
||||||
autojoin='true'>
|
autojoin='true'>
|
||||||
<nick>JC</nick>
|
<nick>JC</nick>
|
||||||
</conference>
|
</conference>
|
||||||
</item>
|
</item>
|
||||||
<item id='orchard@conference.shakespeare.lit'>
|
<item id='orchard@conference.shakespeare.lit'>
|
||||||
<conference name='The Orchard'
|
<conference xmlns=']]>&namespace;<![CDATA['
|
||||||
|
name='The Orchard'
|
||||||
autojoin='true'>
|
autojoin='true'>
|
||||||
<nick>JC</nick>
|
<nick>JC</nick>
|
||||||
</conference>
|
</conference>
|
||||||
@ -155,7 +157,8 @@
|
|||||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||||
<publish node='urn:xmpp:bookmarks:0'>
|
<publish node='urn:xmpp:bookmarks:0'>
|
||||||
<item id='theplay@conference.shakespeare.lit'>
|
<item id='theplay@conference.shakespeare.lit'>
|
||||||
<conference name='The Play's the Thing'
|
<conference xmlns=']]>&namespace;<![CDATA['
|
||||||
|
name='The Play's the Thing'
|
||||||
autojoin='true'>
|
autojoin='true'>
|
||||||
<nick>JC</nick>
|
<nick>JC</nick>
|
||||||
</conference>
|
</conference>
|
||||||
|
Loading…
Reference in New Issue
Block a user