Software /
code /
prosody
Diff
plugins/mod_pubsub/mod_pubsub.lua @ 6441:bcb1ea9047d3
mod_pubsub: Add support for requesting default node configuration
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 28 Sep 2014 01:55:32 +0200 |
parent | 6440:9619809bf50b |
child | 6442:0f4025abbe8f |
child | 6446:011ca9b88179 |
line wrap: on
line diff
--- a/plugins/mod_pubsub/mod_pubsub.lua Sun Sep 28 01:50:17 2014 +0200 +++ b/plugins/mod_pubsub/mod_pubsub.lua Sun Sep 28 01:55:32 2014 +0200 @@ -65,6 +65,7 @@ add_subscription = { "subscribe" }; get_subscriptions = { "retrieve-subscriptions" }; set_configure = { "config-node" }; + get_default = { "retrieve-default" }; }; local function add_disco_features_from_service(service)