我正在尝试将mod_multicast模块添加到我的ejabberd15.09。
步骤: 1.从'svn co https://svn.process-one.net/ejabberd-modules/‘中获取存储库2.在mod_multicast’../ejabberd-module/mod_/https://svn.process-one.net/ejabberd-modules/‘目录中运行./build.sh命令。3.应该在ebin目录中创建一个.beam文件,但在我的示例中没有创建任何文件。
我正在遵循本教程,以供参考:http://www.gettechgo.com/how-to-install-mod_admin_extra-in-ejabberd/#comment-128
发布于 2015-10-15 21:53:23
mod_multicast集成在ejabberd中已经有一段时间了。没有什么特别需要安装的。你可以参考官方文档:http://docs.ejabberd.im/admin/guide/configuration/#modmulticast
发布于 2015-10-16 15:08:10
谢谢@Mickaël Rémond
我最终通过编辑ejabbred.yml文件"/Applications/ejabberd/conf/ejabberd.yml“使其正常工作。
只需将: mod_multicast:[]添加到yml文件并重新启动服务器即可。
如果您想进一步配置多播行为,可以查看以下内容:https://svn.process-one.net/ejabberd-modules/mod_multicast/trunk/README.txt
https://stackoverflow.com/questions/33149487
复制相似问题