简体   繁体   English

Json(Jiffy)对ejabberd 2.1.11的支持

[英]Json (jiffy) support for ejabberd 2.1.11

I am using ejabberd 2.1.11 and willing to add support for json parsing using jiffy 我正在使用ejabberd 2.1.11,并愿意使用jiffy添加对json解析的支持

I did install erlang-jiffy and it works on erlang shell, but not within ejabberd modules. 我确实安装了erlang-jiffy,它可以在erlang shell上运行,但不能在ejabberd模块中使用。 Is there any way we can configure it work with ejabberd? 有什么方法可以配置它与ejabberd一起使用?

You need to have the path to the jiffy beam file set up when you start ejabberd so that you can use them. 启动ejabberd时,需要设置起振梁文件的路径,以便可以使用它们。 Check erl -pa option. 检查erl -pa选项。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM