openfire以前的版本,可以在调试时,直接把xml输出到控制台。但现在不能输出了。我跟了下源码。调试输出是由插件 Debugger Plugin 实现的。
位于源码目录:src\plugins\xmldebugger
public void initializePlugin(PluginManager manager, File pluginDirectory) {
//...
分类:
其他好文 时间:
2014-11-27 18:36:09
阅读次数:
229
转自:http://www.cnblogs.com/dyingbleed/archive/2013/05/10/3069397.html用户登录准备工作比较知名的开源XMPP服务器:一个是Openfire,一个是ejabberdOpenfire 使用 Java 语言编写,比较容易上手,地址:http...
分类:
移动开发 时间:
2014-11-27 18:07:24
阅读次数:
197
参考资料:http://www.linuxidc.com/Linux/2014-01/94850.htm https://www.igniterealtime.org/projects/openfire/plugins/hazelcast/readme.html我使用的是openfire3....
分类:
其他好文 时间:
2014-11-27 12:12:38
阅读次数:
325
不管学习什么都应该总结 这里我把关于Xmpp的一些方法整理到一个工具类中了 我就分享给大家 XmppConnection.java [java] view plaincopyprint? package com.techrare.utils; import java.io.BufferedInputStream; ...
分类:
移动开发 时间:
2014-11-27 10:58:39
阅读次数:
382
前言 Java领域的即时通信的解决方案可以考虑openfire+spark+smack。当然也有其他的选择。 Openfire是基于Jabber协议(XMPP)实现的即时通信服务器端版本,目前建议使用3.8.1版本,这个版本是当前最新的版本,而且网...
分类:
移动开发 时间:
2014-11-25 16:42:51
阅读次数:
257
安装文件Openfire\conf下的openfire.xml的serverURL改成这个jdbc:mysql://192.168.0.109:3306/openfire?rewriteBatchedStatements=true&useUnicode=true&characterEncoding=utf-8
用界面安装时
jdbc:mysql://19...
分类:
其他好文 时间:
2014-11-24 15:22:48
阅读次数:
309
[root@openfire-x86v-app01~]#tsung-fjabber_register.xmlstartStartingTsung"Logdirectoryis:/root/.tsung/log/20141122-0639""MaximumnumberofconcurrentusersinasingleVMreachedand‘use_controller_vm‘istrue,can‘tstartnewbeam!!!Check‘maxusers‘valuein<client>conf..
分类:
其他好文 时间:
2014-11-22 18:58:51
阅读次数:
1280
openfire服务端,smack: 下载地址:http://www.igniterealtime.org/downloads/index.jsp 源代码:http://www.igniterealtime.org/downloads/source.jspandroid客户端库,asmack: 首页...
分类:
移动开发 时间:
2014-11-21 23:17:00
阅读次数:
203
1.Webchatsvn地址:http://svn.igniterealtime.org/svn/repos/fastpath/webchat/插件开发文档参考: Fastpath插件安装及webchat源码开发环境安装
分类:
其他好文 时间:
2014-11-21 10:21:27
阅读次数:
118
tsung 对 openfire 压力测试1. 参考http://blog.csdn.net/foxisme2/article/details/7521139http://blog.csdn.net/foxisme2/article/details/7528148其中生成测试报告的 命令 由于我本机...
分类:
其他好文 时间:
2014-11-20 13:38:21
阅读次数:
159