• 客户端连接注册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          //要完全靠左,左边不要留任何空格

  • 相关阅读:
    mongodb搭建
    使用systemctl管理服务
    常用命令--find
    linux中的常用信号
    bash 中的特殊变量
    tomcat开启PID文件
    django基础入门
    Redis源码编译安装
    DRF路由组件
    Django/DRF序列化
  • 原文地址:https://www.cnblogs.com/John5/p/5128676.html
Copyright © 2020-2023  润新知