mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
corrected examples
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3972 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
f9d3d0cac7
commit
2137c1ab68
11
xep-0136.xml
11
xep-0136.xml
@ -627,7 +627,6 @@
|
||||
thread='damduoeg08'
|
||||
subject='She speaks!'
|
||||
version='0'/>
|
||||
</chat>
|
||||
</save>
|
||||
</iq>
|
||||
]]></example>
|
||||
@ -640,7 +639,6 @@
|
||||
thread='damduoeg08'
|
||||
subject='She speaks!'
|
||||
version='1'/>
|
||||
</chat>
|
||||
</save>
|
||||
</iq>
|
||||
]]></example>
|
||||
@ -672,7 +670,6 @@
|
||||
start='1469-07-21T02:56:15Z'
|
||||
subject='She speaks twice!'
|
||||
version='1'/>
|
||||
</chat>
|
||||
</save>
|
||||
</iq>
|
||||
]]></example>
|
||||
@ -1042,7 +1039,7 @@
|
||||
<example caption='Requesting a page of modifications'><![CDATA[
|
||||
<iq type='get' id='sync1'>
|
||||
<modified xmlns='urn:xmpp:archive'
|
||||
start='1469-07-21T01:14:47Z'/>
|
||||
start='1469-07-21T01:14:47Z'>
|
||||
<set xmlns='http://jabber.org/protocol/rsm'>
|
||||
<max>50</max>
|
||||
</set>
|
||||
@ -1072,7 +1069,7 @@
|
||||
<example caption='Requesting the next page of modifications'><![CDATA[
|
||||
<iq type='get' id='sync2'>
|
||||
<modified xmlns='urn:xmpp:archive'
|
||||
start='1469-07-21T01:14:47Z'/>
|
||||
start='1469-07-21T01:14:47Z'>
|
||||
<set xmlns='http://jabber.org/protocol/rsm'>
|
||||
<after>ja923ljasnvla09woei777</after>
|
||||
<max>50</max>
|
||||
@ -1101,14 +1098,12 @@
|
||||
id='disco1'
|
||||
to='romeo@montague.net/orchard'
|
||||
type='get'>
|
||||
<query xmlns='http://jabber.org/protocol/disco#info'/>
|
||||
...
|
||||
<query xmlns='http://jabber.org/protocol/disco#info'>
|
||||
<feature var='urn:xmpp:archive'/>
|
||||
<feature var='urn:xmpp:archive:auto'/>
|
||||
<feature var='urn:xmpp:archive:manage'/>
|
||||
<feature var='urn:xmpp:archive:manual'/>
|
||||
<feature var='urn:xmpp:archive:pref'/>
|
||||
...
|
||||
</query>
|
||||
</iq>
|
||||
]]></example>
|
||||
|
Loading…
Reference in New Issue
Block a user