# HG changeset patch
# User Kim Alvefur <zash@zash.se>
# Date 1411866466 -7200
# Node ID 24cd03cd184798a224b053eba9fe74ea5fd21252
# Parent  aab509a9d0baa80e5553b04936e4a80f56599d36
mod_pep_plus: Remove config form, it moved into pubsub.lib

diff -r aab509a9d0ba -r 24cd03cd1847 plugins/mod_pep_plus.lua
--- a/plugins/mod_pep_plus.lua	Sun Sep 28 02:00:44 2014 +0200
+++ b/plugins/mod_pep_plus.lua	Sun Sep 28 03:07:46 2014 +0200
@@ -158,19 +158,6 @@
 			["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;