view mod_adhoc_cmd_admin.wiki @ 99:e5e4b59aad33

mod_support_contact: Dropped 0.5 and added 0.7 to compatibility list. Updated TODO.
author Waqas Hussain <waqas20@gmail.com>
date Mon, 30 Nov 2009 17:46:59 +0500
parents 70c5740549a5
children 10542170a145
line wrap: on
line source

#summary Administrative adhoc commands
#labels Stage-Alpha

= Introduction =

This module contains administrative commands.

Supported commands are:
 * Add user
 * Delete user
 * Get User Password
 * Get List of Online Users
 * Send Announcement to Online Users

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.

= TODO =

 * Add more commands

= Compatibility =
mod_adhoc_cmd_admin is known to only work with trunk right now. 0.6.0rc1 won't suffice.