Mercurial > prosody-modules
diff mod_adhoc_cmd_admin/README.wiki @ 1782:29f3d6b7ad16
Import wiki pages
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 24 Aug 2015 16:43:56 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_adhoc_cmd_admin/README.wiki Mon Aug 24 16:43:56 2015 +0200 @@ -0,0 +1,32 @@ +#summary Administrative adhoc commands +#labels Stage-Beta, Deprecated + += Introduction = + +This module contains administrative commands. + +Supported commands are: + * Add User + * Delete User + * End User Session + * Change User Password + * Get User Password + * Get User Roster + * Get User Statistics + * Get List of Online Users + * Send Announcement to Online Users + * Shut Down Service + +The goal is to implement many/all commands described in XEP-0133. + += Usage = + +Load mod_adhoc_cmd_admin after [mod_adhoc], you can then use the provided adhoc commands from your XEP-0050 compliant client. + += Compatibility = +||0.7||Works|| +||0.8||Included in Prosody (in mod_admin_adhoc)|| + += TODO = + + * Add more commands