Mercurial > prosody-wiki
comparison mod_adhoc.wiki @ 12:3ff19e27dacb
Edited wiki page through web user interface.
author | t.ephraim |
---|---|
date | Fri, 25 Sep 2009 16:37:44 +0000 |
parents | eabbd329830c |
children | c09b888b8ceb |
comparison
equal
deleted
inserted
replaced
11:debf26c0f211 | 12:3ff19e27dacb |
---|---|
23 {{{ | 23 {{{ |
24 module:add_item ("adhoc", { name="Ping", node="ping", handler=ping_command_handler }); | 24 module:add_item ("adhoc", { name="Ping", node="ping", handler=ping_command_handler }); |
25 }}} | 25 }}} |
26 | 26 |
27 Or have a look into mod_adhoc_cmd_ping for better details. | 27 Or have a look into mod_adhoc_cmd_ping for better details. |
28 | |
29 | |
30 | |
31 == TODO == | |
32 * "remove_item"-support to unregister a previously registered adhoc command |