Re: can not delete the Plugin
There are circumstances that were introduced in the deployment of installation from tar.gz in my environment. And in that case, because there is a memory that did not work only with root user user, it...
View ArticleSlowing down my internet connection
Hi All Hope someone can help me.The problem I am having with openfire is that is slows down the internet at the server it is installed on. When I do a standard ping test to google I run 178ms but when...
View ArticleRe: Wrong event notifications
This is a bug in MessageEventManager. Thanks for reporting SMACK-573, but I can't gurantee that it will be fixed soon. XEP-22 is obsolete and has been superseeded by other implementations. You really...
View ArticleRe: Current Builds Spark Slow/Sluggish and unresponsive
Tried newer builds, newer version just seem slugish, and the rouster doesn't open some times or opens after a few seconds after clicking on it, message windows delay on open, messages are delayed in...
View ArticleRe: Spark slow performance fix
Good call! I think that might be my issues as well, running VIPRE
View ArticleRe: Feature Request: XEP-0198 Stream Management
There is already an Openfire implementation of XEP-0198. It is closed source. We might be able to convince the developer to open source the code with a bounty.
View ArticleRe: Spark slow performance fix
ya thst doesnt help a lot, still takes forever to login.
View ArticleOpenfire maximum user limit around 1000 users
I have Openfire 3.9.1 installed on ubuntu 12.04.4. I'm trying to test limits of my setup, ie how many users can connect without problems to the current system. I'm using tsung to make the test. But no...
View ArticleRe: Java Heap size in Openfire 3.9.1 for Windows
Thank you.Is it possible to run current installation with all settings, plugins and patches (NTLM patch) under 64-bit JRE, without full reinstalling of the Openfire? And does 32bit built-in JRE mean...
View ArticleRe: How do I send regular heartbeat packets to the server so it won't...
You can force Openfire to send a disconnect XMPP Ping message before it disconnect the client, assumed that your client will respond back to that disconnect message, that should keep your client...
View ArticleRe: Can't instantiate XMPPConnection in 4.0.0
and will become AbstractXMPPConnection connection = new XMPPTCPConnection() in Smack 4.1 Uh, do you plan to introduce more of these public API changes in 4.x releases? I remember you saying, API...
View ArticleRe: Can't instantiate XMPPConnection in 4.0.0
h, do you plan to introduce more of these public API changes in 4.x releases?I don't expect more changes besides beecb8a6I remember you saying, API changes would only be in major releases as per "sem...
View ArticleRe: Help with openfire hazelcast 2 server clustering
hello and thank you for feedback. But I have allowed the port 5701 on ufw settings and the conf file looks like this: # ok icmp codes-A ufw-before-input -p icmp --icmp-type destination-unreachable -j...
View ArticleOpenfire with Hazelcast Plugin & HAProxy Connection Limit
I have 3 openfire servers (version 3.9.1) on which hazelcast (Hazelcast Version 3.1.5 Build 20140115) installed. I have another server HaProxy installed ( HA-Proxy version 1.5-dev25-a339395 2014/05/10...
View ArticleRe: Can't instantiate XMPPConnection in 4.0.0
Ah ok thanks. Seeing that there's still the interface, the API break might be harmless or even non-existent, except for the XMPPConnectionRegistry class.
View ArticleRe: Can't instantiate XMPPConnection in 4.0.0
You basically need AbstractXMPPConnection when you are doing connect() or login(). Everything else uses the new Interface XMPPConnection. I also don't expect that most people wont use...
View ArticleRe: Can't instantiate XMPPConnection in 4.0.0
Oh, have overlooked the lack of connect() and login()...Any reason for that? That makes the interface less useful again.
View ArticleMultiUserChat ( Request Notification for all chats in room)
All,How can register a listener to receive notifications for all chats in a room. I want to monitor a chat room and record every chat message in a database. Can I have a user join the room and request...
View ArticleRe: Can't instantiate XMPPConnection in 4.0.0
Any reason for that? That makes the interface less useful again.Why does it make the interface less useful? The fact that no class in smack-extensions requires those methods should make it clear that...
View Article