文件名称:mod_http_offline:ejabberd 模块在用户离线时发送帖子
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-22 16:29:14
Erlang
mod_http_offline Ejabberd 模块在用户离线时发送帖子。 该模块基于 、 以及来自网络的大量代码和技巧,以适应与 Ejabber 14.12 一起使用。 安装 克隆这个存储库: git clone git@github.com:raelmax/mod_http_offline.git 更改mod_http_offline.erl文件中的'[your-url-here]'字符串。 为了编译这个,我在我的主目录下载了代码并运行: erlc -I /lib/ejabberd/include/ -pa ~/ejabberd/deps/lager/ebin/ mod_http_offline.erl 将 .beam 文件移动到 ejabberd ebin 文件夹: sudo mv mod_http_offline.beam /lib/ejabberd/ebin
【文件预览】:
mod_http_offline-master
----mod_http_offline.erl(1KB)
----.gitignore(95B)
----README.md(1003B)