Merge branch 'feature/xep-0060'

This commit is contained in:
Jonas Schäfer 2018-11-08 20:27:03 +01:00
commit 836eb6b1c9
1 changed files with 25 additions and 0 deletions

View File

@ -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'>