1
0
mirror of https://github.com/moparisthebest/xeps synced 2025-02-16 07:10:15 -05:00

XEP-0284: Add missing <state/> wrapper in example 17.

This commit is contained in:
Emmanuel Gil Peyrot 2019-11-03 19:30:45 +01:00
parent 4c4d95ad85
commit ae8b1eb653

View File

@ -495,27 +495,29 @@
<sxe xmlns='urn:xmpp:sxe:0' <sxe xmlns='urn:xmpp:sxe:0'
session='851ba2' session='851ba2'
id='4'> id='4'>
<new type='element' <state>
name='p' <new type='element'
parent='GUID7' name='p'
rid='GUID10' /> parent='GUID7'
<new type='text' rid='GUID10' />
chdata='It certainly is!' <new type='text'
parent='GUID10' chdata='It certainly is!'
rid='GUID11' /> parent='GUID10'
<set target='GUID5' rid='GUID11' />
version='1' <set target='GUID5'
chdata='It certainly is' /> version='1'
<set target='GUID6' chdata='It certainly is' />
version='1' <set target='GUID6'
replacefrom='9' version='1'
replacen='16' replacefrom='9'
chdata='' /> replacen='16'
<set target='GUID6' chdata='' />
version='2' <set target='GUID6'
replacefrom='3' version='2'
replacen='0' replacefrom='3'
chdata='document'/> replacen='0'
chdata='document'/>
</state>
</sxe> </sxe>
</message> </message>
]]></example> ]]></example>