Re: Online contact missing from list
TO clarify, the online contacts are shared roster, usually only happens to large group. If I do an uninstallation of Openfire 3.9.3 and install Openfire 3.9.1, will all my contacts and groups remains?...
View Articleprimitive to wait for a packet and terminate connection on timeout
SMACK is an utterly synchronous library, and there are several situations in the stream handshake where we send a packet, wait for a reply and then analyze a boolean variable manipulated by...
View ArticleRe: primitive to wait for a packet and terminate connection on timeout
In https://github.com/Flowdalic/Smack/commit/5a92792489249f5b4788f513fb0b4cf0010e16 8c#commitcomment-7057418 you suggest to have a tri-state variable for "success" / "failure" / "timeout". I think it...
View ArticleRe: Online contact missing from list
If you are not using LDAP, then it is probably not the case. Anyway, here is the link https://igniterealtime.org/downloads/download-landing.jsp?file=openfire/openfire _3_9_1.exe It should work by just...
View ArticleRe: How to manage links with spaces
If you try to google "spaces in unc paths" you will find a lot of frustrated folks using various software (Skype, etc.). UNC hasn't been designed with spaces in mind. Spark doesn't catch them either....
View ArticleRe: Contact List will not display
You can wipe you Spark profile and start with a fresh one. Spark profile is here C:\Users\username\AppData\Roaming\Spark If you need your history, copy this folder:...
View ArticleRe: 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 Article