From 16c34e7fd48ca743c9733f357abd18b1c62a0703 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Sun, 28 Sep 2014 03:07:46 +0200 Subject: mod_pep_plus: Remove config form, it moved into pubsub.lib --- plugins/mod_pep_plus.lua | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/plugins/mod_pep_plus.lua b/plugins/mod_pep_plus.lua index a281f49e..f45d5ef3 100644 --- a/plugins/mod_pep_plus.lua +++ b/plugins/mod_pep_plus.lua @@ -158,19 +158,6 @@ function get_pep_service(name) ["pubsub#max_items"] = "1"; }; - node_config_form = require"util.dataforms".new { - { - type = "hidden"; - name = "FORM_TYPE"; - value = "http://jabber.org/protocol/pubsub#node_config"; - }; - { - type = "text-single"; - name = "pubsub#max_items"; - label = "Max # of items to persist"; - }; - }; - autocreate_on_publish = true; autocreate_on_subscribe = true; -- cgit v1.2.3