The Auto Approve Subscription plugin will take all incoming subscription requests and notifications from other users on your site and automatically approve them. This will effectively eliminate all subscription notifications and therefore is mutually exclusive with any other subscription plugins.
Add the plugin by letting the Userplane API know you require the plugin:
onReady = function () {
up.api.require("AutoApproveSubscription", {});
}
up.api.addEventListener(up.api.events.READY,onReady);
Config Parameters
There are no configuration parameters used in this plugin.