Re: 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 ArticleAndriod, Smack and Openfire. HELP PLS!
Hi! I've been reading the documentation of Smack libery so that I can do a simple connection to the Openfire server and i havent been able to make it. I've install Openfire and configure it by default...
View ArticleDuvidas para inicar a usar o Spark
Ola Galera sou novo aqui na comunidade e estou precisando de uma ajuda com o Spark. Estou querendo começar a utiliza-lo aqui na empresa aonde trabalho pois ele atende todas as minhas necessidades e...
View ArticleRe: Mac Mountain Lion Messages
OpenFire is running on Windows Server 2012. We have several Mac users who are all unable to user the Messages client. I just updated OpenFire to the 3.10.0 build and the issue is still there. We have a...
View Articlesmack 4.0 and openfire
Hello! Can someone help me making a basic connection to Openfire server using the lastest smack4.0. I was following the snipets from the documentation but failed. thanks in advance.
View ArticleRe: "unable to find valid certification path to requested target" in 4.0.0-rc2
Hi Anton, What was the bug in your code and how did you fix it? I am getting the same error while trying to just connect. thanks! XMPPConnection conn = new XMPPTCPConnection("127.0.0.1"); try {...
View ArticleRe: Openfire maximum user limit around 1000 users
It is likely you are hitting system limits for open file handles, check out ulimit http://askubuntu.com/questions/162229/how-do-i-increase-the-open-files-limit-for -a-non-root-user
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 ArticlePidgin cannot connect to port 5222 using "Require Encryption"
I'm trying to set up c2s SSL encryption, but I can not get it or any client to connect to Openfire 3.9.1 using the default ports. I can connect after going to "advanced settings" and changing to "Use...
View ArticleRe: Possible bug in RoutingTableImpl.routeToBareJID
Thanks for the hint, makes sense! Like so?https://github.com/sco0ter/Openfire/commit/20d4820d919f15e70203e33feb7071b2c836d 300
View ArticleHow to change search results to show different Hostname
Hello. I was wondering if it is possible to modify our openfire server so that when a user performs a username search in spark that the results to not show the hostname, or if we can change the...
View ArticleRe: Possible bug in RoutingTableImpl.routeToBareJID
It's exactly what I meant. Thank you,Antonio
View Article