随笔分类 -  openfire

摘要:http://blog.csdn.net/chexitianxia/article/details/9371169结合:http://blog.csdn.net/ares1201/article/details/7737872 阅读全文
posted @ 2015-03-22 18:31 IamThat 阅读(156) 评论(0) 推荐(0)
摘要:Variable references non-existent resource:${workspace_loc:openfire_src} -DopenfireHome=“${workspace_loc:opener_src}/target/openfire”解决办法1: 改成绝对路径即 -Do... 阅读全文
posted @ 2015-03-22 13:40 IamThat 阅读(4062) 评论(0) 推荐(0)
摘要:http://blog.sina.com.cn/s/blog_56c9b55c0100zxc7.html 开发你自己的XMPP IM - [J2EE] 这几天查国内外的资料,发现国内关于这方面间的软件资料太少了,就想在这里写几篇关于此类IM 软件开发的文章。不过别看东西小,涉及的模块可不少。 所以我基本上分为三篇文章来介绍此类软件的开发: 第一篇是关于XMPP 协议是啥... 阅读全文
posted @ 2013-06-09 10:22 IamThat 阅读(572) 评论(0) 推荐(1)
摘要:我在网络上找了很多openfire插件的制作的案例 但是都是不全 以下实例来源于 http://blog.csdn.net/uohzoaix/article/details/7188019 非常感谢这位前辈的分享,解决了偶的燃眉之急 openfire 版本3.6.4 关于插件开发的基本信息,可以参考其自带的文档页plugin-dev-guide.html 中文翻译传送... 阅读全文
posted @ 2013-06-08 15:12 IamThat 阅读(363) 评论(0) 推荐(0)
摘要:xmpp协议起源于著名的Linux即时通讯服务服务器jabber,有时候我们会把xmpp协议也叫jabber协议,其实这是不规范的,xmpp是个协议,而jabber是个服务器,因为jabber开源,设计精良,安全,稳定,跨语言,跨平台,封装开发简便,越来越多人开始使用它, 并且逐步完善,不久它便形成了一个强大的标准化体系,Google GTalk、Pidgin、PSI、Spark、Pandion、... 阅读全文
posted @ 2013-06-06 11:02 IamThat 阅读(461) 评论(0) 推荐(0)
摘要:注意jsp中的fmt标签 关键这个从插件的i18n中读取本地化配置 阅读全文
posted @ 2013-06-05 17:53 IamThat 阅读(150) 评论(0) 推荐(0)
摘要:Openfire插件制作的结构 代码结构: he Openfire build script will help you build and develop plugins. It looks for plugin development directories in the following format: Plugin Structure myplugin/ |- plugin.x... 阅读全文
posted @ 2013-06-04 16:53 IamThat 阅读(251) 评论(0) 推荐(0)
摘要:详细参见:http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/source-build.html#tasks 3. Build Tasks The list of common build tasks is below. All build commands should be run from t... 阅读全文
posted @ 2013-06-04 14:41 IamThat 阅读(225) 评论(0) 推荐(0)
摘要:注意: Openfire生成插件的jar不是像Spark一样通过build.xml生成 而是在命令行 ant plugins 实现生成插件的 这篇生成插件的方法很好 我看到最好的 http://blog.chinaunix.net/uid-25434387-id-333577.html 作用:初始化时在控制台打印测试消息。 开发环境:winxp/eclipse3.6/j... 阅读全文
posted @ 2013-06-01 16:38 IamThat 阅读(530) 评论(0) 推荐(0)
摘要:注意: 按照openfire官方的只是修改openfire.xml是错误的 可以不修改openfire.xml文档 步骤: 正常步骤安装完openfire 停止openfire服务 直接在数据库运行: UPDATE `openfire`.`ofProperty` SET propValue='org.jivesoftware.openfire.auth.JDBCAuthProvide... 阅读全文
posted @ 2013-05-23 09:38 IamThat 阅读(2203) 评论(0) 推荐(0)
摘要:Openfire配置 首先,在 http://www.igniterealtime.org/downloads/source.jsp 上下载最新的源码。 解压出来后不用管README.html、LICENSE.html、changelog.html这三个文件,用到的只有src、resources、documentation、build这四个文件夹。可以将那三个html文件删除。 打开... 阅读全文
posted @ 2013-05-06 10:33 IamThat 阅读(374) 评论(0) 推荐(0)
摘要:http://www.blogjava.net/jyleon/articles/254202.html openfire数据库模式指南 导言 This document outlines the data type conventions and tables in the Openfire database schema. Some information, like column ... 阅读全文
posted @ 2013-04-30 10:42 IamThat 阅读(958) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/hoojo/archive/2012/05/17/2506769.html1、 下载最新的openfire安装文件官方下载站点:http://www.igniterealtime.org/downloads/index.jsp#openfire下载地址:Exe:http://www.igniterealtime.org/downloads/download-landing.jsp?file=openfire/openfire_3_7_1.exeZIP: http://www.igniterealtime.org/downloads/download 阅读全文
posted @ 2013-03-10 07:29 IamThat 阅读(247) 评论(0) 推荐(0)