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 | 58c491ade3a313bf32376a0cbf32b10eabf37c2e (patch) | |
tree | a0fd75a8be67e4020534b7f8195f802a7a4f7f3c /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}, |