Mercurial > prosody-modules
comparison mod_auto_accept_subscriptions/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 |
parents | mod_auto_accept_subscriptions/README.wiki@29f3d6b7ad16 |
children |
comparison
equal
deleted
inserted
replaced
1802:0ab737feada6 | 1803:4d73a1a6ba68 |
---|---|
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 ------- ------- |