mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-23 01:32:22 -05:00
XEP-0402: Fix indentation in two examples
This commit is contained in:
parent
34592782e0
commit
3cbf1994ca
26
xep-0402.xml
26
xep-0402.xml
@ -215,21 +215,21 @@
|
||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||
<items node=']]>&namespace;<![CDATA['>
|
||||
<item id='theplay@conference.shakespeare.lit'>
|
||||
<conference xmlns=']]>&namespace;<![CDATA['
|
||||
name='The Play's the Thing'
|
||||
autojoin='true'>
|
||||
<nick>JC</nick>
|
||||
</conference>
|
||||
<conference xmlns=']]>&namespace;<![CDATA['
|
||||
name='The Play's the Thing'
|
||||
autojoin='true'>
|
||||
<nick>JC</nick>
|
||||
</conference>
|
||||
</item>
|
||||
<item id='orchard@conference.shakespeare.lit'>
|
||||
<conference xmlns=']]>&namespace;<![CDATA['
|
||||
name='The Orcard'
|
||||
autojoin='1'>
|
||||
<nick>JC</nick>
|
||||
<extensions>
|
||||
<state xmlns='http://myclient.example/bookmark/state' minimized='true'/>
|
||||
</extensions>
|
||||
</conference>
|
||||
<conference xmlns=']]>&namespace;<![CDATA['
|
||||
name='The Orcard'
|
||||
autojoin='1'>
|
||||
<nick>JC</nick>
|
||||
<extensions>
|
||||
<state xmlns='http://myclient.example/bookmark/state' minimized='true'/>
|
||||
</extensions>
|
||||
</conference>
|
||||
</item>
|
||||
</items>
|
||||
</pubsub>
|
||||
|
Loading…
Reference in New Issue
Block a user