mirror of
https://github.com/moparisthebest/xeps
synced 2025-02-07 10:50:21 -05:00
XEP-0369: Correct XML syntax.
Example 46 and 47 incorrectly uses <jid/>.
This commit is contained in:
parent
5d9029cfb8
commit
809876d6d5
@ -1532,7 +1532,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa
|
|||||||
<items node='urn:xmpp:mix:nodes:jidmap'>
|
<items node='urn:xmpp:mix:nodes:jidmap'>
|
||||||
<item id='123456#coven@mix.shakespeare.example'>
|
<item id='123456#coven@mix.shakespeare.example'>
|
||||||
<participant xmlns='urn:xmpp:mix:0'>
|
<participant xmlns='urn:xmpp:mix:0'>
|
||||||
<jid>hecate@mix.shakespeare.example<jid/>
|
<jid>hecate@mix.shakespeare.example</jid>
|
||||||
</participant>
|
</participant>
|
||||||
</item>
|
</item>
|
||||||
</items>
|
</items>
|
||||||
@ -1574,7 +1574,7 @@ This approach enables flexible support of multiple clients for a MIX channel pa
|
|||||||
<items node='urn:xmpp:mix:nodes:jidmap'>
|
<items node='urn:xmpp:mix:nodes:jidmap'>
|
||||||
<item id='123456#coven@mix.shakespeare.example'>
|
<item id='123456#coven@mix.shakespeare.example'>
|
||||||
<participant xmlns='urn:xmpp:mix:0'>
|
<participant xmlns='urn:xmpp:mix:0'>
|
||||||
<jid>hecate@mix.shakespeare.example<jid/>
|
<jid>hecate@mix.shakespeare.example</jid>
|
||||||
</participant>
|
</participant>
|
||||||
</item>
|
</item>
|
||||||
</items>
|
</items>
|
||||||
|
Loading…
Reference in New Issue
Block a user