corrected examples

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3972 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Peter Saint-Andre 2010-02-22 04:36:56 +00:00
parent f9d3d0cac7
commit 2137c1ab68
1 changed files with 3 additions and 8 deletions

View File

@ -627,7 +627,6 @@
thread='damduoeg08' thread='damduoeg08'
subject='She speaks!' subject='She speaks!'
version='0'/> version='0'/>
</chat>
</save> </save>
</iq> </iq>
]]></example> ]]></example>
@ -640,7 +639,6 @@
thread='damduoeg08' thread='damduoeg08'
subject='She speaks!' subject='She speaks!'
version='1'/> version='1'/>
</chat>
</save> </save>
</iq> </iq>
]]></example> ]]></example>
@ -672,7 +670,6 @@
start='1469-07-21T02:56:15Z' start='1469-07-21T02:56:15Z'
subject='She speaks twice!' subject='She speaks twice!'
version='1'/> version='1'/>
</chat>
</save> </save>
</iq> </iq>
]]></example> ]]></example>
@ -1042,7 +1039,7 @@
<example caption='Requesting a page of modifications'><![CDATA[ <example caption='Requesting a page of modifications'><![CDATA[
<iq type='get' id='sync1'> <iq type='get' id='sync1'>
<modified xmlns='urn:xmpp:archive' <modified xmlns='urn:xmpp:archive'
start='1469-07-21T01:14:47Z'/> start='1469-07-21T01:14:47Z'>
<set xmlns='http://jabber.org/protocol/rsm'> <set xmlns='http://jabber.org/protocol/rsm'>
<max>50</max> <max>50</max>
</set> </set>
@ -1072,7 +1069,7 @@
<example caption='Requesting the next page of modifications'><![CDATA[ <example caption='Requesting the next page of modifications'><![CDATA[
<iq type='get' id='sync2'> <iq type='get' id='sync2'>
<modified xmlns='urn:xmpp:archive' <modified xmlns='urn:xmpp:archive'
start='1469-07-21T01:14:47Z'/> start='1469-07-21T01:14:47Z'>
<set xmlns='http://jabber.org/protocol/rsm'> <set xmlns='http://jabber.org/protocol/rsm'>
<after>ja923ljasnvla09woei777</after> <after>ja923ljasnvla09woei777</after>
<max>50</max> <max>50</max>
@ -1101,14 +1098,12 @@
id='disco1' id='disco1'
to='romeo@montague.net/orchard' to='romeo@montague.net/orchard'
type='get'> 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'/>
<feature var='urn:xmpp:archive:auto'/> <feature var='urn:xmpp:archive:auto'/>
<feature var='urn:xmpp:archive:manage'/> <feature var='urn:xmpp:archive:manage'/>
<feature var='urn:xmpp:archive:manual'/> <feature var='urn:xmpp:archive:manual'/>
<feature var='urn:xmpp:archive:pref'/> <feature var='urn:xmpp:archive:pref'/>
...
</query> </query>
</iq> </iq>
]]></example> ]]></example>