Re: Allocate more memory for openfire - usage of java x64
In Linux maybe it is possible, but I haven't any clue that how can I do it in windows.
View ArticleRe: primitive to wait for a packet and terminate connection on timeout
I think it would be better to have a (atomic)booleanHow do you know that there was nor a positive or negative reponse with just a boolean? The problem is what Object.wait() hasn't an mechanism to tell...
View ArticleRe: Problems with SSL/TLS and Smack 4.0.0
This implementation works well but it didn't work on older API levels. While Android added improved keystore support in KitKat (4.0) IIRC, it's not really an issue of the Android API level, but, as...
View ArticleRe: Where can I find the correct org.apache.mina mina-core sources?
This may help you: https://github.com/igniterealtime/Openfire/commit/4e2be865e43922b7f04d2292368b76 9f1e8a8626#diff-d74cc07c5bb437ecf211f11167a35481
View ArticleHeadline messages
I am trying to push a headline message to a chat that's I am participating in. In browsing the docs I assumes chat.sendMessage(Message m) would allow me to set the Message.Type of the message....
View ArticleSingle group keeps disappearing from client
Our users are experiancing an issue with AD integrated groups disappearing from the Spark client. It shows up again once they relogin so they're sedated but we're unable to figure out the root cause...
View ArticleMore than one item in the "ldap.nameField" Openfire. Could anyone help me?
HiYou canincludesAMAccountNamefields, title anddepartmentin theparameter"ldap.nameField"theopenfire?which is onthe server/System Properties/ManagerinOpenfire. ?I needto showtheclient(spark orpsi)...
View ArticleOpenfire clustering with Hazelcast issues
Hello Folks, We have recently enabled clustering on Openfire using Hazelcast plugin. We are using openfire version 3.8.2 and Hazelcast plugin version 1.0.6 for this. Within few hrs of being installed...
View ArticleHardware requiremnt
Hi if i have 10,00,000 users and concurent 2,00,000 users then what will be the hardware requiremnt for open fire server? please let me know this because i want to start my chatting application Thanks,
View ArticleRe: primitive to wait for a packet and terminate connection on timeout
You can use: http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/locks/Condition.ht ml#await%28long,%20java.util.concurrent.TimeUnit%29 instead of Object.wait().
View ArticleNothing displays apart from FastPath web chat.
Steps that I followed.1)installed openfire2)created user 3)added fastpath plugin4)downloaded webchat.war, placed it in webapps folder and deployed in tomcat.5)downloaded spark, and logged in...
View ArticleRe: primitive to wait for a packet and terminate connection on timeout
Good point! In fact it seems that we should look into using ReentrantLock and Condition variables soon.
View ArticleRe: Fastpath doesn't load
You need to enter ip address instead dns domain name, then you wil be able to see the image
View ArticleRe: Installed FastPath + WebChat but no workgroups show up
You need to enter ip address instead dns domain name, then you wil be able to see the image
View ArticleSimple Client for Openfire server
Hi There, I am trying to develop a chat client using Openfire server. As the first step, I went through the code and understood the concepts to a good extent. But still I feel few working code snippets...
View ArticleRe: Single group keeps disappearing from client
If you are using Openfire 3.9.3, maybe this one OF-830
View ArticleRe: Nothing displays apart from FastPath web chat.
I finally found the solution. the solution was when we run webchat.war , we need to give the IP address instead of domain name when it asks for xmpp setting.
View ArticleError: "...rejected from java.util.concurrent.ThreadPoolExecutor..."
Hi. I Just installed Openfire 3.9.3, and it works great in Pidgin, but when trying to log in via the Candy client, it fails and firebug returns the following: 500 Task...
View Article