comparison mod_adhoc_cmd_admin.wiki @ 109:10542170a145

Edited wiki page through web user interface.
author florob@babelmonkeys.de
date Fri, 22 Jan 2010 15:12:37 +0000
parents 70c5740549a5
children fc73b01fb825
comparison
equal deleted inserted replaced
108:039a141a9c03 109:10542170a145
4 = Introduction = 4 = Introduction =
5 5
6 This module contains administrative commands. 6 This module contains administrative commands.
7 7
8 Supported commands are: 8 Supported commands are:
9 * Add user 9 * Add User
10 * Delete user 10 * Delete User
11 * Change User Password
11 * Get User Password 12 * Get User Password
12 * Get List of Online Users 13 * Get List of Online Users
13 * Send Announcement to Online Users 14 * Send Announcement to Online Users
14 15
15 The goal is to implement many/all commands described in XEP-0133. 16 The goal is to implement many/all commands described in XEP-0133.
19 Load mod_adhoc_cmd_admin after [mod_adhoc], you can then use the provided adhoc commands from your XEP-0050 compliant client. 20 Load mod_adhoc_cmd_admin after [mod_adhoc], you can then use the provided adhoc commands from your XEP-0050 compliant client.
20 21
21 = TODO = 22 = TODO =
22 23
23 * Add more commands 24 * Add more commands
24
25 = Compatibility =
26 mod_adhoc_cmd_admin is known to only work with trunk right now. 0.6.0rc1 won't suffice.