diff options
Diffstat (limited to 'plugins/mod_pep.lua')
-rw-r--r-- | plugins/mod_pep.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_pep.lua b/plugins/mod_pep.lua index 7b933e72..3996aa46 100644 --- a/plugins/mod_pep.lua +++ b/plugins/mod_pep.lua @@ -227,6 +227,7 @@ function get_pep_service(username) node_defaults = { ["max_items"] = 1; ["persist_items"] = true; + ["access_model"] = "presence"; }; autocreate_on_publish = true; |