客户端连接注册Ejabberd新用户

时间:2023-03-09 18:28:55
客户端连接注册Ejabberd新用户

今天需要使用客户端注册新用户,结果发现注册失败,在管理后台添加新用户成功.编译安装ejabberd就没有管了,经过翻论坛的到解决方法

在ejabberd.yml中.

access:

trusted_network:

##   loopback:  allow   ##默认配置,将此行注释

all: allow                   ##启用注册

  ## By default the frequency of account registrations from the same IP

     ## is limited to 1 account every 10 minutes. To disable, specify: infinity

    ## registration_timeout: 600

    registration_timeout: infinity             //默认一个ip10分钟注册一次,改为无限

注意:registration_timeout: infinity          //要完全靠左,左边不要留任何空格