mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 16:55:07 -05:00
XEP-0060: Add an example on returning fewer items than requested
This commit is contained in:
parent
e3b0861628
commit
0fdb7ec130
19
xep-0060.xml
19
xep-0060.xml
@ -50,6 +50,14 @@
|
||||
&stpeter;
|
||||
&ralphm;
|
||||
|
||||
<revision>
|
||||
<version>1.15.3</version>
|
||||
<date>2018-08-18</date>
|
||||
<initials>egp</initials>
|
||||
<remark>
|
||||
<p>Add a new sentence and example about what to do if there are fewer items than requested present in a node.</p>
|
||||
</remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>1.15.2</version>
|
||||
<date>2018-05-14</date>
|
||||
@ -2387,6 +2395,17 @@ And by opposing end them?
|
||||
</items>
|
||||
</pubsub>
|
||||
</iq>
|
||||
]]></example>
|
||||
<p>If there are fewer items in the node than requested, the service should just return all of them.</p>
|
||||
<example caption='Service returns no items if it has none'><![CDATA[
|
||||
<iq type='result'
|
||||
from='pubsub.shakespeare.lit'
|
||||
to='francisco@denmark.lit/barracks'
|
||||
id='items2'>
|
||||
<pubsub xmlns='http://jabber.org/protocol/pubsub'>
|
||||
<items node='princely_musings'/>
|
||||
</pubsub>
|
||||
</iq>
|
||||
]]></example>
|
||||
</section3>
|
||||
<section3 topic='Requesting a Particular Item' anchor='subscriber-retrieve-requestone'>
|
||||
|
Loading…
Reference in New Issue
Block a user