plugins/mod_pep.lua
changeset 9157 fd50e9c8c417
parent 9146 817f666d9037
child 9158 ccd91fa828c4
--- a/plugins/mod_pep.lua	Wed Aug 08 09:29:32 2018 +0200
+++ b/plugins/mod_pep.lua	Wed Aug 08 20:55:14 2018 +0200
@@ -273,6 +273,7 @@
 				if subscription_presence(username, jid) then
 					return "subscriber";
 				end
+				return "restricted";
 			end;
 		};