diff options
author | Matthew Wild <mwild1@gmail.com> | 2012-11-29 07:16:45 +0500 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2012-11-29 07:16:45 +0500 |
commit | e75174bad1ad572da588bbddd452369c422054ec (patch) | |
tree | 946f436f1268fd970de15a3d8ef7d11a38fff245 /plugins/mod_admin_adhoc.lua | |
parent | 97123dfead3682296982ba4ff194c46e415165d1 (diff) | |
parent | d7b707744de72882f42d0b688f9ecfd7f9fe3f12 (diff) | |
download | prosody-e75174bad1ad572da588bbddd452369c422054ec.tar.gz prosody-e75174bad1ad572da588bbddd452369c422054ec.zip |
Merge 0.9->trunk
Diffstat (limited to 'plugins/mod_admin_adhoc.lua')
-rw-r--r-- | plugins/mod_admin_adhoc.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/mod_admin_adhoc.lua b/plugins/mod_admin_adhoc.lua index aa1af3ff..9f3175d0 100644 --- a/plugins/mod_admin_adhoc.lua +++ b/plugins/mod_admin_adhoc.lua @@ -212,15 +212,6 @@ function end_user_session_handler(self, data, state) 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"; |