From 2f70a2181eeb6dfd090e3d73acb0d76ad6235a92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Poisson?= Date: Thu, 22 Jul 2021 12:54:58 +0200 Subject: [PATCH] XEP-0060: remove exception for last item when purging a node --- xep-0060.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xep-0060.xml b/xep-0060.xml index b9d4870c..09638a6b 100644 --- a/xep-0060.xml +++ b/xep-0060.xml @@ -49,6 +49,12 @@ &pgmillard; &stpeter; &ralphm; + + 1.22.0 + 2021-09-07 + jp +

Remove exception for last item when purging a node: all items must be removed.

+
1.21.0 2021-08-03 @@ -4099,7 +4105,7 @@ And by opposing end them? -

If a service persists published items, a node owner may want to purge the node of all published items (thus removing all items from the persistent store, with the exception of the last published item, which MAY be cached). It is OPTIONAL for a service to implement this feature.

+

If a service persists published items, a node owner may want to purge the node of all published items (thus removing all items from the persistent store). It is OPTIONAL for a service to implement this feature.

In order to purge a node of all items, a node owner sends a node purge request consisting of a <purge/> element whose 'node' attribute specifies the NodeID of the node to be purged.