XEP-0402: Add missing namespace on conference elements.

This commit is contained in:
Emmanuel Gil Peyrot 2019-09-27 23:04:45 +02:00
parent d40429b5ab
commit e825153f12
1 changed files with 6 additions and 3 deletions

View File

@ -130,13 +130,15 @@
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
<items node='urn:xmpp:bookmarks:0'>
<item id='theplay@conference.shakespeare.lit'>
<conference name='The Play&apos;s the Thing'
<conference xmlns=']]>&namespace;<![CDATA['
name='The Play&apos;s the Thing'
autojoin='true'>
<nick>JC</nick>
</conference>
</item>
<item id='orchard@conference.shakespeare.lit'>
<conference name='The Orchard'
<conference xmlns=']]>&namespace;<![CDATA['
name='The Orchard'
autojoin='true'>
<nick>JC</nick>
</conference>
@ -155,7 +157,8 @@
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
<publish node='urn:xmpp:bookmarks:0'>
<item id='theplay@conference.shakespeare.lit'>
<conference name='The Play&apos;s the Thing'
<conference xmlns=']]>&namespace;<![CDATA['
name='The Play&apos;s the Thing'
autojoin='true'>
<nick>JC</nick>
</conference>