# HG changeset patch # User Matthew Wild # Date 1292902218 0 # Node ID e748d29b18d686b1e519e8737d5ddbe013206ea6 # Parent dfc9789f90169e0b2ab94336e874a041db994c72 mod_pubsub: Fix capabilities table from some debugging diff -r dfc9789f9016 -r e748d29b18d6 plugins/mod_pubsub.lua --- 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");