This module provides Ad-Hoc commands for
testing data
form that includes all kinds of fields. It’s meant to help debug
both Prosodys util.dataforms
library and clients, eg seeing how various field types are rendered.
Simply add it to modules_enabled
like any other module.
= {
modules_enabled -- All your other modules etc
"adhoc_dataforms_demo";
}
In your Ad-Hoc capable client, first look for “Execute command”. You should see a form with various kinds of fields.
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_adhoc_dataforms_demo
For earlier versions see the documentation for installing 3rd party modules