mod_pep_plus: Default to max one item per node (Recomended for PEP)

remotes/origin/0.11
Kim Alvefur 12 years ago
parent a578c75039
commit c36bde7291
  1. 4
      plugins/mod_pep_plus.lua

@ -154,6 +154,10 @@ function get_pep_service(name)
};
};
node_defaults = {
["pubsub#max_items"] = "1";
};
node_config_form = require"util.dataforms".new {
{
type = "hidden";

Loading…
Cancel
Save