From baf02b573995734812bf72228154bea596411cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Thu, 19 Dec 2024 11:27:09 +0100 Subject: [PATCH] XEP-0501: Add pubsub#item_expire in the node configuration --- xep-0501.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/xep-0501.xml b/xep-0501.xml index 2d1c711b..2e093de9 100644 --- a/xep-0501.xml +++ b/xep-0501.xml @@ -32,6 +32,14 @@ edhelas@movim.eu https://edhelas.movim.eu + + 0.2.0 + 2024-12-20 + tj + +

Add pubsub#item_expire in the node configuration

+
+
0.1.0 2024-12-19 @@ -100,14 +108,15 @@
  1. The "pubsub#type" MUST be set to "urn:xmpp:pubsub-social-feed:stories:0"
  2. The "pubsub#access_model" SHOULD be set to "presence".
  3. +
  4. The "pubsub#item_expire" SHOULD be set, usually 24 hours (86400).
-

Subscribers clients SHOULD hide the items after a specific amount of time, usually 24 hours.

-

Publishers clients SHOULD retract the items after a specific amount of time, usually 24 hours.

+

If the "pubsub#item_expire" value is set subscribers clients MUST hide or destroy the received items once they expire.

+

If the "pubsub#item_expire" value is not set publishers clients SHOULD retract the items after a specific amount of time, usually 24 hours.