Software /
code /
prosody-modules
Comparison
mod_admin_message/README.markdown @ 1803:4d73a1a6ba68
Convert all wiki pages to Markdown
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 28 Aug 2015 18:03:58 +0200 |
parent | 1782:mod_admin_message/README.wiki@29f3d6b7ad16 |
child | 1820:8de50be756e5 |
comparison
equal
deleted
inserted
replaced
1802:0ab737feada6 | 1803:4d73a1a6ba68 |
---|---|
1 --- | |
2 labels: | |
3 - 'Stage-Beta' | |
4 summary: 'IM-based administration console' | |
5 ... | |
6 | |
7 Introduction | |
8 ============ | |
9 | |
10 This module provides a console over XMPP. All the commands of the | |
11 mod\_admin\_telnet module are available from an XMPP client. | |
12 | |
13 Only the Prosody admins (see the *admins* list in the Prosody | |
14 configuration file) can use this console. | |
15 | |
16 Installation | |
17 ============ | |
18 | |
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: | |
23 | |
24 Component "console@example.com" "admin_message" | |
25 | |
26 "console@example.com" is the identifier of the XMPP console. | |
27 | |
28 Compatibility | |
29 ============= | |
30 | |
31 --------- --------------- | |
32 trunk Works | |
33 0.9 Works | |
34 \<= 0.8 Not supported | |
35 --------- --------------- |