|
49 | 49 | &pgmillard;
|
50 | 50 | &stpeter;
|
51 | 51 | &ralphm;
|
| 52 | + <revision> |
| 53 | + <version>1.22.1</version> |
| 54 | + <date>2021-11-06</date> |
| 55 | + <initials>jp</initials> |
| 56 | + <remark><p>Explicitely say that items are returned in chronological order.</p></remark> |
| 57 | + </revision> |
52 | 58 | <revision>
|
53 | 59 | <version>1.22.0</version>
|
54 | 60 | <date>2021-09-07</date>
|
@@ -2215,6 +2221,7 @@ And by opposing end them?
|
2215 | 2221 | </section3>
|
2216 | 2222 | <section3 topic='Returning All Items' anchor='subscriber-retrieve-returnall'>
|
2217 | 2223 | <p>The service then SHOULD return all available items at the node, although it MAY truncate the result set if a large number of items has been published (see next section) and naturally it cannot return items that have been deleted, expired, etc.</p>
|
| 2224 | + <p>By default, items are returned in chronological order. This order can be explicitely modified by an extensions like &xep0413;.</p> |
2218 | 2225 | <example caption='Service returns all items'><![CDATA[
|
2219 | 2226 | <iq type='result'
|
2220 | 2227 | from='pubsub.shakespeare.lit'
|
@@ -2291,6 +2298,7 @@ And by opposing end them?
|
2291 | 2298 | <section3 topic='Returning Some Items' anchor='subscriber-retrieve-returnsome'>
|
2292 | 2299 | <p>A node may have a large number of items associated with it, in which case it may be problematic to return all of the items in response to an items request. In this case, the service SHOULD return some of the items and note that the list of items has been truncated by including a &xep0059; notation.</p>
|
2293 | 2300 | <p>A Pubsub entity supporting &xep0059; SHOULD include a feature of "http://jabber.org/protocol/pubsub#rsm" in its disco#info response, to make it clear that the RSM feature is for PubSub, and not for e.g., &xep0313;.</p>
|
| 2301 | + <p>In the same way as for <link url="#subscriber-retrieve-returnal">Returning All Items</link>, items are by default returned in chronological order globally and inside pages. This order can be modified by extensions such as &xep0413;.</p> |
2294 | 2302 | <example caption='Service returns some items via result set management'><![CDATA[
|
2295 | 2303 | <iq type='result'
|
2296 | 2304 | from='pubsub.shakespeare.lit'
|
|
0 commit comments