diff options
Diffstat (limited to 'src/mod_pubsub/node_buddy.erl')
-rw-r--r-- | src/mod_pubsub/node_buddy.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mod_pubsub/node_buddy.erl b/src/mod_pubsub/node_buddy.erl index 86df73863..d817927c2 100644 --- a/src/mod_pubsub/node_buddy.erl +++ b/src/mod_pubsub/node_buddy.erl @@ -84,7 +84,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, never}, |