最近看了好多關于openfire的部落格有好多感覺很有用。
1、http://blog.csdn.net/fzzsh/article/details/7770644 源碼分析
2、http://hi.baidu.com/mykingbull/item/9d32b3238c51c3140875082f 這個比較全面吧
3、http://blog.csdn.net/heyi1214/article/details/4242865 (一),(二)
資料通過MINA層來到了XMPP層,及XMPP層的處理,也就是完成了C->S層的傳輸。前面的Mina不錯
4、http://www.cnblogs.com/phinecos/archive/2008/12/03/1347052.html Mina2.0源碼剖析
5、http://minghuang.blog.51cto.com/641280/944879 主要類
6、openfire插件之archive可以記錄聊天内容在伺服器上(這個收集的資料挺多的)
http://blog.chinaunix.net/uid-25434387-id-351422.html
7、http://www.erphudong.com/node/8059 可以對群聊提供點思路
8、http://blog.csdn.net/smm11230704/article/details/7468010 openfire優化,測試過
9、http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/database-guide.html 官方資料庫介紹
10, 昨天進行了openfirej叢集配置,今天了解下怎麼使用openfire connection manager,http://linyu19872008.iteye.com/blog/1396609