Mercurial > prosody-modules
comparison 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 |
comparison
equal
deleted
inserted
replaced
1781:12ac88940fe3 | 1782:29f3d6b7ad16 |
---|---|
1 #summary Administrative adhoc commands | |
2 #labels Stage-Beta, Deprecated | |
3 | |
4 = Introduction = | |
5 | |
6 This module contains administrative commands. | |
7 | |
8 Supported commands are: | |
9 * Add User | |
10 * Delete User | |
11 * End User Session | |
12 * Change User Password | |
13 * Get User Password | |
14 * Get User Roster | |
15 * Get User Statistics | |
16 * Get List of Online Users | |
17 * Send Announcement to Online Users | |
18 * Shut Down Service | |
19 | |
20 The goal is to implement many/all commands described in XEP-0133. | |
21 | |
22 = Usage = | |
23 | |
24 Load mod_adhoc_cmd_admin after [mod_adhoc], you can then use the provided adhoc commands from your XEP-0050 compliant client. | |
25 | |
26 = Compatibility = | |
27 ||0.7||Works|| | |
28 ||0.8||Included in Prosody (in mod_admin_adhoc)|| | |
29 | |
30 = TODO = | |
31 | |
32 * Add more commands |