ejabberd mod_archive
辛卯[兔]年 十一月十一
以下配置在ubuntu下测试通过,使用PGSQL为存储数据库
Install ejabberd
apt-get install ejabberd
Checkout ejabberd modules
svn checkout https://svn.process-one.net/ejabberd-modules /usr/local/src/ejabberd-modules
Complie mod_archive
cd mod_archive/trunk
./build.sh
cp ebin/*.beam /usr/lib/ejabberd/ebin
Compile pgsql
cd pgsql/trunk
./build.sh
cp ebin/*.bea