annotate mod_admin_message.wiki @ 511:9cf5a22e30a1

allow_unencrypted_plain_auth is not required
author MWild1@gmail.com
date Fri, 03 Apr 2015 00:57:11 +0000
parents 7ed03e2486bc
children
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
503
a4637b24841a mod_admin_message -- added Stage-Beta label.
mikael.berthe@gmail.com
parents: 502
diff changeset
2 #labels Stage-Beta
502
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
3
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
4 = Introduction =
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
5
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
6 This module provides a console over XMPP.
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
7 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
8
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
9 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
10
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
11 = Installation =
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
12
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
13 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
14
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
15 {{{
504
7ed03e2486bc Fixed typo
mikael.berthe@gmail.com
parents: 503
diff changeset
16 Component "console@example.com" "admin_message"
502
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
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
19 "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
20
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
21 = Compatibility =
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
22 ||trunk||Works||
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
23 ||0.9||Works||
3c81d8a9f1e2 Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff changeset
24 ||<= 0.8||Not supported||