From 4b05d0f2402475fea608fd3e48a96364bc6da4f2 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Tue, 19 Oct 2021 18:11:50 +0200 Subject: mod_pubsub,mod_pep: Implement 'send_last_published_item' option #1436 Default left as 'never' in mod_pubsub to preserve the previous behavior. Unclear if this is desirable, but can always be changed later. In mod_pep this allows turning off the automatic resending of most recent item. --- spec/scansion/pubsub_preconditions.scs | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'spec/scansion/pubsub_preconditions.scs') diff --git a/spec/scansion/pubsub_preconditions.scs b/spec/scansion/pubsub_preconditions.scs index 7e4e593b..744070db 100644 --- a/spec/scansion/pubsub_preconditions.scs +++ b/spec/scansion/pubsub_preconditions.scs @@ -83,6 +83,18 @@ Romeo receives: publishers + + + + + on_sub_and_presence + 1 @@ -159,6 +171,9 @@ Romeo sends: publishers + + never + 1 -- cgit v1.2.3