plugins/mod_pep.lua
changeset 12157 26af75c20163
parent 12095 7a48ccb084dd
child 12252 4dbca0858f0b
equal deleted inserted replaced
12156:0939675955f1 12157:26af75c20163
   219 			["max_items"] = 1;
   219 			["max_items"] = 1;
   220 			["persist_items"] = true;
   220 			["persist_items"] = true;
   221 			["access_model"] = "presence";
   221 			["access_model"] = "presence";
   222 			["send_last_published_item"] = "on_sub_and_presence";
   222 			["send_last_published_item"] = "on_sub_and_presence";
   223 		};
   223 		};
       
   224 		max_items = max_max_items;
   224 
   225 
   225 		autocreate_on_publish = true;
   226 		autocreate_on_publish = true;
   226 		autocreate_on_subscribe = false;
   227 		autocreate_on_subscribe = false;
   227 
   228 
   228 		nodestore = nodestore(username);
   229 		nodestore = nodestore(username);