mod_pubsub: Fix capabilities table from some debugging

Tue, 21 Dec 2010 03:30:18 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Tue, 21 Dec 2010 03:30:18 +0000
changeset 3913
e748d29b18d6
parent 3912
dfc9789f9016
child 3914
f10282c2e410

mod_pubsub: Fix capabilities table from some debugging

plugins/mod_pubsub.lua file | annotate | diff | comparison | revisions
--- 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