Software /
code /
prosody
Changeset
3913:e748d29b18d6
mod_pubsub: Fix capabilities table from some debugging
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 21 Dec 2010 03:30:18 +0000 |
parents | 3912:dfc9789f9016 |
children | 3914:f10282c2e410 |
files | plugins/mod_pubsub.lua |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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");