aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-16 20:25:27 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2009-12-16 20:25:27 +0000
commit3c23a5b71cfadc02b017efd78df805a260ba41b2 (patch)
tree62c5543658a50c2ca033ab3fbe7faa9f6531cf40 /configs
parent6d57c4602c02dedf5a83b0cae640dd2eb4c67b90 (diff)
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
Diffstat (limited to 'configs')
-rw-r--r--configs/jabber.conf.sample3
1 files changed, 3 insertions, 0 deletions
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