This module provides a console over XMPP. All the commands of the mod_admin_telnet module are available from an XMPP client.
Only the Prosody admins (see the admins list in the Prosody configuration file) can use this console.
Copy the mod_admin_message directory into a directory Prosody will check for plugins (cf. Installing modules) and set up a component:
Component "console@example.com" "admin_message"
“console@example.com” is the identifier of the XMPP console.
trunk | Works |
0.9 | Works |
<= 0.8 | Not supported |
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install https://modules.prosody.im/rocks/mod_admin_message-3-1.src.rock
For other see the documentation for installing 3rd party modules