Hi I am working on ejabberd and I am quite new to this technology.
I am trying to add a user on my ejabberd server using this code:
try {
For yaml configuration as follows.
access_rules:
local:
allow: all
configure:
allow: all
trusted_network:
allow: all
register:
allow: all
.......
modules:
mod_register:
ip_access: trusted_network
access: register
access_from: all
Note: This is allow all configuration. Make strict configuration as required.