aboutsummaryrefslogtreecommitdiff
path: root/src/mod_pubsub/node_dispatch.erl
diff options
context:
space:
mode:
authorChristophe Romain <chris.romain@gmail.com>2010-03-05 11:11:44 +0100
committerChristophe Romain <chris.romain@gmail.com>2010-03-05 11:11:44 +0100
commit6e8f5a9cd33f272a281c8744642ecd9ef377f661 (patch)
tree12cc3c913983a559f706dd121727c5d7ec8d0162 /src/mod_pubsub/node_dispatch.erl
parentfix pubsub#title option (EJAB-1190) (thanks karim) (diff)
add pubsub#purge_offline (EJAB-1186) (thanks karim)
Diffstat (limited to 'src/mod_pubsub/node_dispatch.erl')
-rw-r--r--src/mod_pubsub/node_dispatch.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_pubsub/node_dispatch.erl b/src/mod_pubsub/node_dispatch.erl
index 87b2caec8..ed6bf85ae 100644
--- a/src/mod_pubsub/node_dispatch.erl
+++ b/src/mod_pubsub/node_dispatch.erl
@@ -83,6 +83,7 @@ options() ->
{notify_config, false},
{notify_delete, false},
{notify_retract, true},
+ {purge_offline, false},
{persist_items, true},
{max_items, ?MAXITEMS},
{subscribe, true},