comparison mod_admin_message.wiki @ 502:3c81d8a9f1e2

Documentation for the new mod_admin_message module.
author mikael.berthe@gmail.com
date Sun, 25 Jan 2015 19:07:33 +0000
parents
children a4637b24841a
comparison
equal deleted inserted replaced
501:cd074071ac43 502:3c81d8a9f1e2
1 #summary IM-based administration console
2
3 = Introduction =
4
5 This module provides a console over XMPP.
6 All the commands of the mod_admin_telnet module are available from an XMPP client.
7
8 Only the Prosody admins (see the _admins_ list in the Prosody configuration file) can use this console.
9
10 = Installation =
11
12 Copy the mod_admin_message directory into a directory Prosody will check for plugins (cf. [http://prosody.im/doc/installing_modules Installing modules]) and set up a component:
13
14 {{{
15 Component "console@example.com" "admin_messageconsole"
16 }}}
17
18 "console@example.com" is the identifier of the XMPP console.
19
20 = Compatibility =
21 ||trunk||Works||
22 ||0.9||Works||
23 ||<= 0.8||Not supported||