plugins/mod_pubsub.lua

changeset 3913
e748d29b18d6
parent 3912
dfc9789f9016
child 3914
f10282c2e410
--- a/plugins/mod_pubsub.lua	Tue Dec 21 03:29:29 2010 +0000
+++ b/plugins/mod_pubsub.lua	Tue Dec 21 03:30:18 2010 +0000
@@ -219,7 +219,7 @@
 			subscribe = true;
 			unsubscribe = true;
 			get_subscription = true;
-			--get_items = true;
+			get_items = true;
 			
 			subscribe_other = false;
 			unsubscribe_other = false;
@@ -239,7 +239,7 @@
 			subscribe = true;
 			unsubscribe = true;
 			get_subscription = true;
-			--get_items = true;
+			get_items = true;
 			
 			
 			subscribe_other = true;
@@ -251,7 +251,6 @@
 			
 			set_affiliation = true;
 		};
-		admin = { get_items = true };
 	};
 	
 	autocreate_on_publish = module:get_option_boolean("autocreate_on_publish");

mercurial