comparison mod_adhoc_cmd_admin.wiki @ 54:3530fa4b114c

Edited wiki page through web user interface.
author florob@babelmonkeys.de
date Tue, 13 Oct 2009 22:55:14 +0000
parents 10129456d3f1
children cde49830609d
comparison
equal deleted inserted replaced
53:141b42e39f76 54:3530fa4b114c
1 #summary Administrative adhoc commands 1 #summary Administrative adhoc commands
2 #labels Stage-Alpha 2 #labels Stage-Alpha
3 3
4 = Introduction = 4 = Introduction =
5 5
6 This module contains administrative commands. Currently only "Add user" is supported, but the goal is to implement many/all commands described in XEP-0133. 6 This module contains administrative commands.
7
8 Supported commands are:
9 * Add user
10 * Get List of Online Users
11
12 The goal is to implement many/all commands described in XEP-0133.
7 13
8 = Usage = 14 = Usage =
9 15
10 Load mod_adhoc_cmd_admin after mod_adhoc, you can then use the provided adhoc commands from your XEP-0050 compliant client. 16 Load mod_adhoc_cmd_admin after [mod_adhoc], you can then use the provided adhoc commands from your XEP-0050 compliant client.
11 17
12 = TODO = 18 = TODO =
13 19
14 * Make implementing commands easier
15 * Add more commands 20 * Add more commands