mirror of
https://github.com/moparisthebest/xeps
synced 2024-11-21 08:45:04 -05:00
Merge branch 'feature/xep-0060'
This commit is contained in:
commit
836eb6b1c9
25
xep-0060.xml
25
xep-0060.xml
@ -55,6 +55,20 @@
|
||||
<initials>pep</initials>
|
||||
<remark>Fix a bunch of typos, batch-style.</remark>
|
||||
</revision>
|
||||
<revision>
|
||||
<version>1.15.4</version>
|
||||
<date>2018-08-11</date>
|
||||
<initials>egp</initials>
|
||||
<remark>Add example where fewer than the number of requested items are returned.</remark>
|
||||
</revision>
|
||||
<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>
|
||||
@ -2392,6 +2406,17 @@ And by opposing end them?
|
||||
</items>
|
||||
</pubsub>
|
||||
</iq>
|
||||
]]></example>
|
||||
<p>If there are fewer items in the node than requested, the service should 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