aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2013-06-29 22:49:56 +0200
committerKim Alvefur <zash@zash.se>2013-06-29 22:49:56 +0200
commitbd7d1c77a4ece6b37a678b5c7e0d6bcaa3498718 (patch)
treee3a5dcc3fd31246375ab425fc53a71e19860170e /plugins
parent2489f372db5f8d584c537ba31844cdaf8fd19b10 (diff)
parent94bc9e826da5f85b9e3c024514f293e86f822c34 (diff)
downloadprosody-bd7d1c77a4ece6b37a678b5c7e0d6bcaa3498718.tar.gz
prosody-bd7d1c77a4ece6b37a678b5c7e0d6bcaa3498718.zip
Merge 0.9->trunk
Diffstat (limited to 'plugins')
-rw-r--r--plugins/mod_admin_adhoc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mod_admin_adhoc.lua b/plugins/mod_admin_adhoc.lua
index 31c4bde4..2c6047da 100644
--- a/plugins/mod_admin_adhoc.lua
+++ b/plugins/mod_admin_adhoc.lua
@@ -726,7 +726,7 @@ local end_user_session_desc = adhoc_new("End User Session", "http://jabber.org/p
local get_user_password_desc = adhoc_new("Get User Password", "http://jabber.org/protocol/admin#get-user-password", get_user_password_handler, "admin");
local get_user_roster_desc = adhoc_new("Get User Roster","http://jabber.org/protocol/admin#get-user-roster", get_user_roster_handler, "admin");
local get_user_stats_desc = adhoc_new("Get User Statistics","http://jabber.org/protocol/admin#user-stats", get_user_stats_handler, "admin");
-local get_online_users_desc = adhoc_new("Get List of Online Users", "http://jabber.org/protocol/admin#get-online-users", get_online_users_command_handler, "admin");
+local get_online_users_desc = adhoc_new("Get List of Online Users", "http://jabber.org/protocol/admin#get-online-users-list", get_online_users_command_handler, "admin");
local list_modules_desc = adhoc_new("List loaded modules", "http://prosody.im/protocol/modules#list", list_modules_handler, "admin");
local load_module_desc = adhoc_new("Load module", "http://prosody.im/protocol/modules#load", load_module_handler, "admin");
local globally_load_module_desc = adhoc_new("Globally load module", "http://prosody.im/protocol/modules#global-load", globally_load_module_handler, "global_admin");