diff options
author | Christophe Romain <christophe.romain@process-one.net> | 2008-01-25 09:24:10 +0000 |
---|---|---|
committer | Christophe Romain <christophe.romain@process-one.net> | 2008-01-25 09:24:10 +0000 |
commit | 48e15804e37966009dcf8ad7f35af139b00f34cc (patch) | |
tree | cb5ea7b22a09b625f04a126d4d1da93af126664a /src/mod_pubsub/node.template | |
parent | * doc/guide.tex: Updated the names of log files. (diff) |
pubsub configuration patch (EJAB-508) and (EJAB-509)
SVN Revision: 1158
Diffstat (limited to 'src/mod_pubsub/node.template')
-rw-r--r-- | src/mod_pubsub/node.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_pubsub/node.template b/src/mod_pubsub/node.template index 82b1580fa..fa80763c4 100644 --- a/src/mod_pubsub/node.template +++ b/src/mod_pubsub/node.template @@ -83,7 +83,7 @@ options() -> {max_items, ?MAXITEMS div 2}, {subscribe, true}, {access_model, open}, - {access_roster_groups, []}, + {roster_groups_allowed, []}, {publish_model, publishers}, {max_payload_size, ?MAX_PAYLOAD_SIZE}, {send_last_published_item, never}, |