mod_muc_webchat_url: Fix default url
[prosody-modules.git] / mod_auto_accept_subscriptions / README.markdown
blob8ad3d5994974bb7fd7e5448c374eaea0c0b9959b
1 ---
2 labels:
3 - 'Stage-Beta'
4 summary: Automatically accept incoming subscription requests on behalf of users
5 ...
7 Introduction
8 ============
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.
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.
18 Configuration
19 =============
21 Simply add the module to your modules\_enabled list like any other
22 module:
24         modules_enabled = {
25             ...
26             "auto_accept_subscriptions";
27             ...
28         }
30 This module has no further configuration.
32 Compatibility
33 =============
35   ------- -------
36   trunk   Works
37   0.9     Works
38   0.8     Works
39   ------- -------