Mercurial > prosody-modules
comparison mod_auto_accept_subscriptions/README.wiki @ 1782:29f3d6b7ad16
Import wiki pages
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 24 Aug 2015 16:43:56 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1781:12ac88940fe3 | 1782:29f3d6b7ad16 |
---|---|
1 #summary Automatically accept incoming subscription requests on behalf of users | |
2 #labels Stage-Beta | |
3 | |
4 = Introduction = | |
5 | |
6 In some environments where all users on the system have mutual trust in each other, it's sometimes fine to skip the usual authorization process to | |
7 add someone to your contact list and see their status. | |
8 | |
9 This module sets Prosody to automatically accept incoming subscription authorization requests, and add the contact to the user's contact list, without intervention from the user. | |
10 | |
11 = Configuration = | |
12 Simply add the module to your modules_enabled list like any other module: | |
13 | |
14 {{{ | |
15 modules_enabled = { | |
16 ... | |
17 "auto_accept_subscriptions"; | |
18 ... | |
19 } | |
20 }}} | |
21 | |
22 This module has no further configuration. | |
23 | |
24 = Compatibility = | |
25 ||trunk||Works|| | |
26 ||0.9||Works|| | |
27 ||0.8||Works|| |