XML Debugger is not working with Openfire 4.x
Openfire ships with an "xmldebugger" plugin; that's no longer working with Openfire 4, probably because of a change in startup order. The fix is to delay the initialisation until the plugin manager has...
View ArticleHow to start a NodeJS application as Openfire Service
I'm quite new to Openfire, but I want to integrate a NodeJS application in Openfire. There is a NodeJS plugin for Openfire, but there is no documentation of how to use it, or what I can do with it. I...
View ArticleOpenfire 4.0.2: S2S Permission policy (blacklist/whitelist) configuration is...
Seems that in 4.0.2 the "Server to Server Settings" (connection-settings-socket-s2s.jsp) code does not handle at all the global permission mode for blacklist/whitelist . It does not handle the...
View Articledebug openfire from source code meet NullPointerException
I build successfully in Eclipse4.4 , The openfire source code version‘s 4.0.1.But I debug , The error.log :2016.02.27 09:14:12 org.jivesoftware.openfire.container.AdminConsolePlugin - An exception...
View ArticleOpenfire Plugins Setup Guide For Eclipse
This guide assumes that you have successfully setup an Eclipse environment for Openfire development. If you have not done so, please see Openfire SVN + Eclipse 3.3 + Subversive Installation Guide. I...
View Articleorg.jivesoftware.util.cache.Cache has different characteristics when HZ...
When running in the old-style Coherence cluster, or non-clustered, a Cache object will happily take a null key (when non-clustered, it's backed by DefaultCache, a wrapper around a plain-old HashMap)....
View ArticleOF 4.0.1; System Property encryption is not cluster aware
Steps to reproduce;One one node in an Openfire cluster, via the admin console (Server -> Server Manager -> System Properties) create a system property, e.g. "aaa.test-property", with a value....
View ArticleSASL authentication issue with Openfire built from sources
Hello I have a Java client which connects to Openfire on my server. When I run Openfire 4.0.1 with the build provided by Igniterealtime, I can connect and log in from the client with no issue. However,...
View ArticleFeature Request: Send message to all resources
Using gtalk with my Android phone and the Openfire gtalk plugin for a few months now, I am pretty impressed by the way gtalk forwards all messages to all resources. Its simply and easy: Start an...
View ArticleOpenfire inconsistency with roster events
Hi, We are noticing some inconsistency with Openfires roster events. When we add a contact who does not exist on the roster, the user is added to openfire with subscription state is NONE. When the user...
View Articletry to work with lagacy stystm, need to provide other api
Hiwe have an online customer service system. wich is implemented by ourserlvies.I'm trying wo replace it with XMPP server(openfire) + XMPP client for the IM part. one of the problems i met is that our...
View ArticleCan I develop openfire using IDE Tool IntelliJ IDEA?
Did anyone use IntelliJ IDEA as openfire dev IDE? Could you pls give me a hand, how to run it in IDEA?Thanks a lot.
View ArticlePossible bug: inconsistency between openfire.xml and security.xml and also log
Hello,with Openfire 4.0.2 I found this inconsistency that wasted to me 2 days of work, I don't know if anyone else had the same problem, but I think it's a bug: Usecase:in openfire.xml I had...
View Article[BUG] http.connection.timeout and http.socket.timeout resetted to hardcoded...
Hello,I'm working in a "slow" env so I'm facing issues with Openfire timeouts. I've changed manually http.connection.timeout and http.socket.timeout to 50000,but I've noticed by log that this value...
View ArticleHazelcast implementation of the Cache interface using does not honour cache...
If you examine org.jivesoftware.util.cache.DefaultCache then there are a number of places where the cache size/lifetime is used to clear out entries by calling either cullCache(); // Delete old entries...
View ArticleOpenfire Properties
This is an attempt at documenting every property used by Openfire. Please keep this list in alphabetical order, for easier searching. XML PropertiesOpenfire System PropertiesJava System...
View ArticleHazelcast plugin upgrade 3.3.3 version issue
Hello, I try to startup cluster with hazelcast plugin .With hazelcast 3.3.3 version I got this exception,And I have no idea to fix this. The change is in this pr Upgrade Hazelcast plugin to HZ 3.3.3 by...
View ArticleIntroducing Hazelcast ... a new way to cluster Openfire!
A few of you more intrepid Openfire fans may have noticed a bit of recent activity in one of the branches of the Openfire SVN repository. Well, some of your fellow developers have been working behind...
View ArticleWhat is AuthProvider.isScramSupported()? (Please document!)
Hi There, I'm developing an integrative plugin for Openfire to use our custom user service. I therefor implement the AuthProvider Interface (among others). I'm upgrading from 3.x to the latest Openfire...
View ArticleOpenFire Cluster unable to recover from nodes crashing
Setup:2 nodes in cluster using Hazelcast+AWS connector (OpenJDK 8u101, OpenFire 4.0.2, HazelCast 2.2.0)2 desktop clients connected to different nodes Steps to reproduce:Send a message from client A...
View Article