Mercurial > prosody-wiki
annotate mod_admin_message.wiki @ 503:a4637b24841a
mod_admin_message -- added Stage-Beta label.
author | mikael.berthe@gmail.com |
---|---|
date | Sun, 25 Jan 2015 19:10:06 +0000 |
parents | 3c81d8a9f1e2 |
children | 7ed03e2486bc |
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 {{{ |
3c81d8a9f1e2
Documentation for the new mod_admin_message module.
mikael.berthe@gmail.com
parents:
diff
changeset
|
16 Component "console@example.com" "admin_messageconsole" |
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|| |