ejabberd 簡明配置 (2012-03-08 18:48:52)
tar zxvf jabberd-2.1.10.tar.gz
cd ejabberd-2.1.10/
make
make install
編輯 etc/ejabberd/ejabberd.cfg:
設定服務的域
註解掉對埠5269(ejabberd_s2s_in)的監聽;
設定管理員帳號 }
註解掉模組啟用mod_register
啟動服務
sbin/ejabberdctl start
檢視服務狀態
sbin/ejabberdctl status
新增使用者
sbin/ejabberdctl register winpub example.com mypasswd
開啟瀏覽器,輸入 http://localhost:5280/admin 可以管理ejabberd服務。
3.安裝額外管理包
命令列工具ejabberdctl預設的管理功能很少,需安裝額外管理模組以支援更多的功能。
根據 的描述獲取ejabberd模組,編譯mod_admin_extra,
svn co
Sample CelShading原始碼簡析
ifndef celshading h define celshading h include sdksample.h using namespace ogre using namespace ogrebites class ogresampleclas port sample celshading...
MyBatis原始碼簡讀 原始碼拆分
整個mybatis原始碼大概被分為三個部分 目前基礎類 的範圍是 註解類 annotations包 繫結模組類 binding包 配置解析 builder包 快取 cache包 資料來源 datasource包 異常 exceptions包 jdbc jdbc包 日誌 logging包 io io包...
Jfinal啟動原理及原始碼簡析
以下所有原始碼只擷取了部分 標題即為類名 jfinal com.jfinal.core.jfinalfilter if jfinal.init jfinalconfig,filterconfig.getservletcontext false boolean init jfinalconfig jf...