Comparison

plugins/mod_pep.lua @ 9097:ce2ba9f91c84

mod_pep: Set default access model to 'presence'
author Kim Alvefur <zash@zash.se>
date Sat, 04 Aug 2018 03:38:55 +0200
parent 9082:297a06074175
child 9099:974b25c27f24
comparison
equal deleted inserted replaced
9096:7de4eec02ece 9097:ce2ba9f91c84
225 }; 225 };
226 226
227 node_defaults = { 227 node_defaults = {
228 ["max_items"] = 1; 228 ["max_items"] = 1;
229 ["persist_items"] = true; 229 ["persist_items"] = true;
230 ["access_model"] = "presence";
230 }; 231 };
231 232
232 autocreate_on_publish = true; 233 autocreate_on_publish = true;
233 autocreate_on_subscribe = true; 234 autocreate_on_subscribe = true;
234 235