changeset 54:3530fa4b114c

Edited wiki page through web user interface.
author florob@babelmonkeys.de
date Tue, 13 Oct 2009 22:55:14 +0000
parents 141b42e39f76
children 4604930cc085
files mod_adhoc_cmd_admin.wiki
diffstat 1 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mod_adhoc_cmd_admin.wiki	Tue Oct 13 21:05:40 2009 +0000
+++ b/mod_adhoc_cmd_admin.wiki	Tue Oct 13 22:55:14 2009 +0000
@@ -3,13 +3,18 @@
 
 = Introduction =
 
-This module contains administrative commands. Currently only "Add user" is supported, but the goal is to implement many/all commands described in XEP-0133.
+This module contains administrative commands.
+
+Supported commands are:
+ * Add user
+ * Get List of 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.
+Load mod_adhoc_cmd_admin after [mod_adhoc], you can then use the provided adhoc commands from your XEP-0050 compliant client.
 
 = TODO =
 
- * Make implementing commands easier
  * Add more commands
\ No newline at end of file