diff plugins/mod_admin_adhoc.lua @ 5205:f7ff48494c2b

Merge 0.9->trunk
author Matthew Wild <mwild1@gmail.com>
date Thu, 29 Nov 2012 07:16:45 +0500
parents ff0d0cd07c43
children 8602fffdd1df
line wrap: on
line diff
--- a/plugins/mod_admin_adhoc.lua	Thu Nov 22 21:57:35 2012 +0000
+++ b/plugins/mod_admin_adhoc.lua	Thu Nov 29 07:16:45 2012 +0500
@@ -212,15 +212,6 @@
 	end
 end
 
-local end_user_session_layout = dataforms_new{
-	title = "Ending a User Session";
-	instructions = "Fill out this form to end a user's session.";
-
-	{ name = "FORM_TYPE", type = "hidden", value = "http://jabber.org/protocol/admin" };
-	{ name = "accountjids", type = "jid-multi", label = "The Jabber ID(s) for which to end sessions" };
-};
-
-
 function get_user_password_handler(self, data, state)
 	local get_user_password_layout = dataforms_new{
 		title = "Getting User's Password";