diff --git a/plugins/mod_pep.lua b/plugins/mod_pep.lua index 60a5285bd..069d67f2c 100644 --- a/plugins/mod_pep.lua +++ b/plugins/mod_pep.lua @@ -166,6 +166,7 @@ function get_pep_service(username) return service; end service = pubsub.new({ + pep_username = username; node_defaults = { ["max_items"] = 1; ["persist_items"] = true;