annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
502
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
1 #summary IM-based administration console
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
2
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
3 = Introduction =
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
4
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
5 This module provides a console over XMPP.
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
6 All the commands of the mod_admin_telnet module are available from an XMPP client.
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
7
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
8 Only the Prosody admins (see the _admins_ list in the Prosody configuration file) can use this console.
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
9
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
10 = Installation =
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
11
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
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:
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
13
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
14 {{{
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
15 Component "console@example.com" "admin_messageconsole"
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
16 }}}
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
17
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
18 "console@example.com" is the identifier of the XMPP console.
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
19
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
20 = Compatibility =
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
21 ||trunk||Works||
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
22 ||0.9||Works||
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
23 ||<= 0.8||Not supported||