Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XEP-0284: Various fixes, and add myself as an author #904

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
XEP-0284: Add missing <state/> wrapper in examples.
These had been forgotten in ae8b1eb.
  • Loading branch information
linkmauve committed Mar 19, 2020
commit 9ded97a739c19e75d725640e4a5d5a5307a796d6
42 changes: 24 additions & 18 deletions xep-0284.xml
Original file line number Diff line number Diff line change
Expand Up @@ -891,15 +891,17 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
<sxe xmlns='urn:xmpp:sxe:0'
session='851ba2'
id='11'>
<new type='element'
name='path'
parent='GUID1'
rid='GUID4' />
<new type='attr'
name='d'
parent='GUID4'
rid='GUID5'
chdata='M10 10L30 50L50 10Z' />
<state>
<new type='element'
name='path'
parent='GUID1'
rid='GUID4' />
<new type='attr'
name='d'
parent='GUID4'
rid='GUID5'
chdata='M10 10L30 50L50 10Z' />
</state>
</sxe>
</message>
]]></example>
Expand Down Expand Up @@ -928,8 +930,10 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
<sxe xmlns='urn:xmpp:sxe:0'
session='851ba2'
id='13'>
<remove target='GUID5'/>
<remove target='GUID4'/>
<state>
<remove target='GUID5'/>
<remove target='GUID4'/>
</state>
</sxe>
</message>
]]></example>
Expand Down Expand Up @@ -1002,14 +1006,16 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
session='851ba2'
id='14'>

<set target='GUID14'
version='1'
chdata='10' />
<state>
<set target='GUID14'
version='1'
chdata='10' />

<set target='GUID8'
version='1'
parent='GUID1'
primary-weight='8' />
<set target='GUID8'
version='1'
parent='GUID1'
primary-weight='8' />
</state>

</sxe>
</message>
Expand Down