mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-25 02:32:18 -05:00
XEP-0369: Fix example XML indentation
This commit is contained in:
parent
778b7cddf9
commit
5222465135
@ -662,8 +662,8 @@
|
|||||||
<items node='urn:xmpp:mix:nodes:participants'>
|
<items node='urn:xmpp:mix:nodes:participants'>
|
||||||
<item id='123456'>
|
<item id='123456'>
|
||||||
<participant xmlns='urn:xmpp:mix:core:1'>
|
<participant xmlns='urn:xmpp:mix:core:1'>
|
||||||
<nick>thirdwitch</nick>
|
<nick>thirdwitch</nick>
|
||||||
<jid>hag66@shakespeare.example</jid>
|
<jid>hag66@shakespeare.example</jid>
|
||||||
</participant>
|
</participant>
|
||||||
</item>
|
</item>
|
||||||
</items>
|
</items>
|
||||||
@ -1058,7 +1058,7 @@
|
|||||||
<item id='123456'>
|
<item id='123456'>
|
||||||
<participant xmlns='urn:xmpp:mix:core:1'>
|
<participant xmlns='urn:xmpp:mix:core:1'>
|
||||||
<jid>hag66@shakespeare.example</jid>
|
<jid>hag66@shakespeare.example</jid>
|
||||||
<nick>third witch</nick>
|
<nick>third witch</nick>
|
||||||
</participant>
|
</participant>
|
||||||
</item>
|
</item>
|
||||||
</items>
|
</items>
|
||||||
|
Loading…
Reference in New Issue
Block a user