mod_profile: Mark as Unmaintained
[prosody-modules.git] / mod_admin_message / README.markdown
blob72527c7732241b4d6c4c51c4b890047194f5da50
1 ---
2 labels:
3 - 'Stage-Beta'
4 summary: 'IM-based administration console'
5 ...
7 Introduction
8 ============
10 This module provides a console over XMPP. All the commands of the
11 mod\_admin\_telnet module are available from an XMPP client.
13 Only the Prosody admins (see the *admins* list in the Prosody
14 configuration file) can use this console.
16 Installation
17 ============
19 Copy the mod\_admin\_message directory into a directory Prosody will
20 check for plugins (cf. [Installing
21 modules](http://prosody.im/doc/installing_modules)) and set up a
22 component:
24     Component "console@example.com" "admin_message"
26 "console@example.com" is the identifier of the XMPP console.
28 Compatibility
29 =============
31   --------- ---------------
32   trunk     Works
33   0.9       Works
34   \<= 0.8   Not supported
35   --------- ---------------