mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 14:58:25 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user