mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-24 02:02:16 -05:00
XEP-0402: Remove extra whitespace at the end of examples.
This commit is contained in:
parent
0f67f3dca9
commit
843c8c4968
12
xep-0402.xml
12
xep-0402.xml
@ -123,7 +123,7 @@
|
||||
<items node='urn:xmpp:bookmarks:0'/>
|
||||
</pubsub>
|
||||
</iq>
|
||||
]]></example>
|
||||
]]></example>
|
||||
<example caption='Server returns the bookmarks'><![CDATA[
|
||||
<iq type='result'
|
||||
to='juliet@capulet.lit/balcony'
|
||||
@ -145,7 +145,7 @@
|
||||
</items>
|
||||
</pubsub>
|
||||
</iq>
|
||||
]]></example>
|
||||
]]></example>
|
||||
</section2>
|
||||
|
||||
<section2 topic='Adding a bookmark' anchor='adding-a-bookmark'>
|
||||
@ -177,10 +177,10 @@
|
||||
</publish-options>
|
||||
</pubsub>
|
||||
</iq>
|
||||
]]></example>
|
||||
]]></example>
|
||||
<example caption='Server acknowledges successful storage'><![CDATA[
|
||||
<iq to='juliet@capulet.lit/balcony' type='result' id='pip1'/>
|
||||
]]></example>
|
||||
]]></example>
|
||||
</section2>
|
||||
|
||||
<section2 topic='Removing a bookmark' anchor='removing-a-bookmark'>
|
||||
@ -195,10 +195,10 @@
|
||||
</retract>
|
||||
</pubsub>
|
||||
</iq>
|
||||
]]></example>
|
||||
]]></example>
|
||||
<example caption='Server acknowledges successful retraction'><![CDATA[
|
||||
<iq to='juliet@capulet.lit/balcony' type='result' id='remove-bookmark1'/>
|
||||
]]></example>
|
||||
]]></example>
|
||||
</section2>
|
||||
|
||||
</section1>
|
||||
|
Loading…
Reference in New Issue
Block a user