Mercurial > prosody-modules
comparison mod_admin_message/README.md @ 5975:fe081789f7b5
All community modules: Unify file extention of Markdown files to .md
| author | Menel <menel@snikket.de> |
|---|---|
| date | Tue, 22 Oct 2024 10:26:01 +0200 |
| parents | mod_admin_message/README.markdown@34fb3d239ac1 |
| children | d2f3a1ff1438 |
comparison
equal
deleted
inserted
replaced
| 5974:5a65a632d5b9 | 5975:fe081789f7b5 |
|---|---|
| 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 Doesn't work (uses is_admin) | |
| 33 0.9 Works | |
| 34 \<= 0.8 Not supported | |
| 35 --------- --------------- |
