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: https://origsvn.digium.com/svn/asterisk/trunk@235342 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Jeff Peeler
2009-12-16 20:25:27 +00:00
parent fb931dac4f
commit 6b34563778
4 changed files with 38 additions and 18 deletions

View File

@@ -84,7 +84,8 @@ enum aji_state {
enum {
AJI_AUTOPRUNE = (1 << 0),
AJI_AUTOREGISTER = (1 << 1)
AJI_AUTOREGISTER = (1 << 1),
AJI_AUTOACCEPT = (1 << 2)
};
enum aji_btype {