开发环境准备
1,下载eclipse javaee 3.7
http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/indigo/SR2/eclipse-jee-indigo-SR2-linux-gtk.tar.gz
2, 安装svn for eclipse
http://subclipse.tigris.org/update_1.6.x
参考文章:http://blog.csdn.net/iisgirl/article/details/6919328
3,svn导出代码
http://svn.igniterealtime.org/svn/repos
-》 openfire -> trunk
4, 其他的参考资料可以配置运行openfire
5, openfire插件开发
5.1 在plugins目录下,新建一个目录,叫做 myplugin
5.2 在myplugin下,新建plugin.xml 文件,按照参考文档写
5.3 重新用ant编译一次-Dplugin=myplugin 就行
5.4 刷新插件列表,即可看到
可以参考的资料
有好几篇关于openfire的文章
http://www.cnblogs.com/ErinCodeMM/
openfire开发调试
http://www.shaojiahao.org/openfire/openfire-plugin-develop-debug
openfire插件开发官方指南
http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/plugin-dev-guide.html?1312598802
http://community.igniterealtime.org/docs/DOC-1020
插件的ant编译:http://community.igniterealtime.org/docs/DOC-1200
openfire协议的详细描述
http://wiki.jabbercn.org/RFC6120
http://www.ietf.org/rfc/rfc3920.txt
3篇不错的openfire扩展文章
http://phoenixtoday.blogbus.com/logs/17246727.html
http://phoenixtoday.blogbus.com/logs/17878527.html
http://phoenixtoday.blogbus.com/logs/20285574.html
xmpp4r的api地址
http://home.gna.org/xmpp4r/rdoc/
其他
http://www.chineselinuxuniversity.net/articles/29625.shtml
详细的讲述了 callback 方法的调用
http://railser.cn/blog/im-integration