开发者

How to configure custom ejabberd roster module?

开发者 https://www.devze.com 2023-03-06 22:56 出处:网络
I have to replace the standard mod_roster with my own custom roster. I wrote the module and see that it loads because it\'s start function is called by no other functions are called.

I have to replace the standard mod_roster with my own custom roster. I wrote the module and see that it loads because it's start function is called by no other functions are called.

I also tried putting log output in all the methods of the standard mod_roster but I can't see any methods called which I log in using the Adium client.

开发者_运维问答

Has anyone configured a custom roster module in ejabberd? Any ideas what I am doing wrong?


Look for {mod_roster, []}, in the ejabberd.cfg file and replace mode_roster with your module.

0

精彩评论

暂无评论...
验证码 换一张
取 消