aboutsummaryrefslogtreecommitdiff
path: root/src/mod_pubsub/node_flat.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_flat.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_flat.erl')
-rw-r--r--src/mod_pubsub/node_flat.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_pubsub/node_flat.erl b/src/mod_pubsub/node_flat.erl
index f3d7d4bce..5b0bcde06 100644
--- a/src/mod_pubsub/node_flat.erl
+++ b/src/mod_pubsub/node_flat.erl
@@ -76,6 +76,7 @@ options() ->
{notify_config, false},
{notify_delete, false},
{notify_retract, true},
+ {purge_offline, false},
{persist_items, true},
{max_items, ?MAXITEMS},
{subscribe, true},