4 summary: Automatically accept incoming subscription requests on behalf of users
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.
21 Simply add the module to your modules\_enabled list like any other
26 "auto_accept_subscriptions";
30 This module has no further configuration.