plugins/mod_pep.lua
changeset 9142 24a1e7a9d463
parent 9136 2c1d68b54c91
child 9143 415a6d26709e
--- a/plugins/mod_pep.lua	Mon Aug 06 17:04:11 2018 +0200
+++ b/plugins/mod_pep.lua	Mon Aug 06 18:33:33 2018 +0200
@@ -144,6 +144,10 @@
 	end
 	service = pubsub.new({
 		capabilities = {
+			restricted = {
+				be_subscribed = false;
+				be_unsubscribed = true;
+			};
 			none = {
 				create = false;
 				publish = false;