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.