
# admin JIDs - Jabber IDs of transport administrators who have access to admin adhoc commands
# separated by semicolons
admins=admin@{ $OUT .= ($ejabberd{'Domain'} || $DomainName); }

# if vip_mode is 1, users are divided to 2 groups according to 'vip' database field
vip_mode=0

# if vip_mode is 1, you can set transport to be availabe only for VIP users by setting only_for_vip to 1.
only_for_vip=0

# if vip_mode is 1 and only_for_vip is 1, users can connect from these servers even they are not VIP.
# This feature is useful, if you want to enable transport only for users from your server, but also want
# to give access to VIP users from other servers (for example from GTalk)
# seperated by semicolons
allowed_servers=localhost;{ $OUT .= ($ejabberd{'Domain'} || $DomainName); }

