Mercurial > prosody-modules
comparison mod_auto_accept_subscriptions/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_auto_accept_subscriptions/README.markdown@4d73a1a6ba68 |
| children | a21a375d79a9 |
comparison
equal
deleted
inserted
replaced
| 5974:5a65a632d5b9 | 5975:fe081789f7b5 |
|---|---|
| 1 --- | |
| 2 labels: | |
| 3 - 'Stage-Beta' | |
| 4 summary: Automatically accept incoming subscription requests on behalf of users | |
| 5 ... | |
| 6 | |
| 7 Introduction | |
| 8 ============ | |
| 9 | |
| 10 In some environments where all users on the system have mutual trust in | |
| 11 each other, it's sometimes fine to skip the usual authorization process | |
| 12 to add someone to your contact list and see their status. | |
| 13 | |
| 14 This module sets Prosody to automatically accept incoming subscription | |
| 15 authorization requests, and add the contact to the user's contact list, | |
| 16 without intervention from the user. | |
| 17 | |
| 18 Configuration | |
| 19 ============= | |
| 20 | |
| 21 Simply add the module to your modules\_enabled list like any other | |
| 22 module: | |
| 23 | |
| 24 modules_enabled = { | |
| 25 ... | |
| 26 "auto_accept_subscriptions"; | |
| 27 ... | |
| 28 } | |
| 29 | |
| 30 This module has no further configuration. | |
| 31 | |
| 32 Compatibility | |
| 33 ============= | |
| 34 | |
| 35 ------- ------- | |
| 36 trunk Works | |
| 37 0.9 Works | |
| 38 0.8 Works | |
| 39 ------- ------- |
