From 0fdb7ec1301946c51e3bf2a15fbc95766dfe4ccc Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Sat, 18 Aug 2018 15:08:08 +0100 Subject: [PATCH 1/3] XEP-0060: Add an example on returning fewer items than requested --- xep-0060.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/xep-0060.xml b/xep-0060.xml index 0c1e66a7..a04b3a08 100644 --- a/xep-0060.xml +++ b/xep-0060.xml @@ -50,6 +50,14 @@ &stpeter; &ralphm; + + 1.15.3 + 2018-08-18 + egp + +

Add a new sentence and example about what to do if there are fewer items than requested present in a node.

+
+
1.15.2 2018-05-14 @@ -2387,6 +2395,17 @@ And by opposing end them? +]]> +

If there are fewer items in the node than requested, the service should just return all of them.

+ + + + + ]]> From 05454a0c08377850320c4a9564910ae21c7dfe28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Thu, 8 Nov 2018 20:26:08 +0100 Subject: [PATCH 2/3] XEP-0060: fix small wording issue (thanks @SamWhited) --- xep-0060.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xep-0060.xml b/xep-0060.xml index a04b3a08..e9eed955 100644 --- a/xep-0060.xml +++ b/xep-0060.xml @@ -2396,7 +2396,7 @@ And by opposing end them? ]]> -

If there are fewer items in the node than requested, the service should just return all of them.

+

If there are fewer items in the node than requested, the service should return all of them.

Date: Thu, 8 Nov 2018 20:26:32 +0100 Subject: [PATCH 3/3] XEP-0060: add revision block --- xep-0060.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/xep-0060.xml b/xep-0060.xml index e9eed955..e084e3ac 100644 --- a/xep-0060.xml +++ b/xep-0060.xml @@ -50,6 +50,12 @@ &stpeter; &ralphm; + + 1.15.4 + 2018-08-11 + egp + Add example where fewer than the number of requested items are returned. + 1.15.3 2018-08-18