adamvduke / mod_interact

A module to forward certain ejabberd notifications to an arbitrary url
89 stars 30 forks source link

Getting Problem starting the module mod_offline_post for host "127.0.0.1" error #14

Closed vkrm26 closed 8 years ago

vkrm26 commented 8 years ago

Hi, Could you please tell me how to resolve following error ? Though I'm able to build it properly. and please enlighten what to use as auth_token?

Problem starting the module mod_offline_post for host "127.0.0.1" options: [{auth_token,"your-secret-token-here"}, {post_url,"http://www.*****.com:8080/temp_server/"}] error: badarg

Thanks a lot.

adamvduke commented 8 years ago

I haven't used this module in production for some time and the ejabberd ecosystem has continued evolving. I would use the module as a getting started point and accept that you will likely have to make code changes to get things working as expected. Additionally, you might find other open issues or pull requests that solve some problems. I unfortunately can't offer support at this time.

vkrm26 commented 8 years ago

Thank you so much ! It worked for me. I was confused for secret token. If some one stucks at this problem, Lemme know.