
openfire/xmpp
iteye_3662
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Component vs IQHandler
When creating a component you are saying that the server willprovide a new service and packets should be routed to the component toexecute the new service. Therefore, each component will provide a...原创 2009-06-27 12:41:56 · 132 阅读 · 0 评论 -
openfire资源
http://sourceforge.net/projects/beep/ smack for j2me http://www.igniterealtime.org/community/message/185575#185575 jingle http://blog.youkuaiyun.com/jianhenk/articles/272234.aspx jabber协议概述 ...2009-06-29 15:30:51 · 151 阅读 · 0 评论 -
smack jingle demo
import java.awt.BorderLayout;import java.awt.Dimension;import java.awt.Point;import java.awt.event.ActionEvent;import java.awt.event.ActionListener;import java.io.IOException;import jav...2009-07-14 15:30:16 · 167 阅读 · 0 评论 -
openfire插件开发
http://www.igniterealtime.org/support/articles/motd_plugin.jsp http://www.igniterealtime.org/community/blogs/ignite/2007/01/16/so-you-want-to-write-a-plugin/2009-07-22 15:05:17 · 79 阅读 · 0 评论 -
smack presence问题
Roser#getPresence(String user) will return null if the contact has nopresence information available. This could be because the contact isoffline or you are not subscribed to their presence I...2009-07-22 17:29:15 · 319 阅读 · 0 评论 -
注册of为window服务
openfire-service /install -- 安装服务openfire-service /uninstall -- 卸载服务openfire-service /start -- 启动服务openfire-service /stop -- 停止服务2009-08-13 16:40:09 · 127 阅读 · 0 评论 -
openfire集成现有系统的用户表
openfire 3.6.4版本集成现有系统用户表:insert into ofproperty(name,propValue)values('jdbcProvider.driver','com.mysql.jdbc.Driver'),('jdbcProvider.connectionString','jdbc:mysql://localhost/iec?user=root&...2010-04-09 09:34:33 · 113 阅读 · 0 评论 -
How to reset admin password in openfire
如果你用过Openfire的User Import Export插件就会发现,在导入或者导出用户的数据的时候,密码都是明文,而且导入的用户,如果还没有登录过,密码都是明文存储在plainPassword字段的。登录过一次之后,plainPassword字段的密码被清空了,只留下了加密的密码。利用这个特性,我们可以把encryptedPassword字段设置成NULL...2010-05-04 09:35:03 · 589 阅读 · 0 评论