Mercurial > prosody-wiki
comparison mod_adhoc.wiki @ 24:c09b888b8ceb
Added compatibility section
author | MWild1 |
---|---|
date | Fri, 25 Sep 2009 23:01:24 +0000 |
parents | 3ff19e27dacb |
children | ecb2ae0bbeea |
comparison
equal
deleted
inserted
replaced
23:01b248a9ef01 | 24:c09b888b8ceb |
---|---|
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 | 28 |
29 | 29 = Compatibility = |
30 ||0.6||Works|| | |
31 ||0.5||Works|| | |
30 | 32 |
31 == TODO == | 33 == TODO == |
32 * "remove_item"-support to unregister a previously registered adhoc command | 34 * "remove_item"-support to unregister a previously registered adhoc command |