From 3c23a5b71cfadc02b017efd78df805a260ba41b2 Mon Sep 17 00:00:00 2001 From: jpeeler Date: Wed, 16 Dec 2009 20:25:27 +0000 Subject: Add auth_policy option to jabber.conf for auto user registration. The option is global and currently the acceptable values as noted in the sample config are accept or deny. (closes issue #15228) Reported by: lp0 git-svn-id: http://svn.digium.com/svn/asterisk/trunk@235342 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/jabber.conf.sample | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configs') diff --git a/configs/jabber.conf.sample b/configs/jabber.conf.sample index f46450dcf..5cbd0c0c7 100644 --- a/configs/jabber.conf.sample +++ b/configs/jabber.conf.sample @@ -4,6 +4,9 @@ ;;setup (ie, using your personal Gtalk account for a test) ;;you might lose your contacts list. Default is 'no'. ;autoregister=yes ;;Auto register users from buddy list. +;auth_policy=accept ;;Auto accept users' subscription requests (default). + ;;Set to deny for auto denial. + ;[asterisk] ;;label ;type=client ;;Client or Component connection -- cgit v1.2.3