mod http offlineEjabberd模块在用户离线时发送帖子
mod_http_offline Ejabberd模块在用户离线时发送帖子。该模块基于、以及来自网络的大量代码和技巧,以适应与Ejabberd 14.12一起使用。安装克隆这个存储库:
git clone git@github.com:raelmax/mod_http_offline.git
更改mod_http_offline.erl文件中的[your-url-here]
字符串。为了编译这个,我在我的主目录下载了代码并运行:
terlc -I /lib/ejabberd/include/ -pa ~/ejabberd/deps/lager/ebin/ mod_http_offline.erl
将.beam文件移动到ejabberd ebin文件夹:
tsudo mv mod_http_offline.beam /lib/ejabberd/ebin
下载地址
用户评论