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_pep.erl | |
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_pep.erl')
-rw-r--r-- | src/mod_pubsub/node_pep.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_pubsub/node_pep.erl b/src/mod_pubsub/node_pep.erl index 205658d25..63ee60bf5 100644 --- a/src/mod_pubsub/node_pep.erl +++ b/src/mod_pubsub/node_pep.erl @@ -80,7 +80,7 @@ options() -> {max_items, ?MAXITEMS div 2}, {subscribe, true}, {access_model, presence}, - {access_roster_groups, []}, + {roster_groups_allowed, []}, {publish_model, publishers}, {max_payload_size, ?MAX_PAYLOAD_SIZE}, {send_last_published_item, on_sub_and_presence}, |