Re: Online contact missing from list
As i said, try restarting the Openfire. It may be not a Spark issue.
View ArticleSmack api exception in jsp page
This is my JSP code to connect to the gtlak when i am upload this page on local apache tomcat is working fine but when i am upload it on a live server it give me exceptionXMPPError connecting to...
View ArticleRe: LDAP groups problem (dn used as username)
I've tried with symbol "|" - same result.This symbol just adds OR condition to 1 argument, so it does not make sense to put. the main group "jabber_access" should be a domain local group to allow for...
View ArticleAndroid Client not able to recive File if it has already send a file
I have posted this question in the openfire discussion forum.....But i think is issue is with the implementation of asmack File Transfer so i am posting it here.... The Issue I am facing is that:let...
View ArticleRe: Online contact missing from list
Tried restarting OpenFire. Just received feedback from user, Online contacts are still missing.There should be 22 users online but they can only see 3 of them in the list. All the other are not even in...
View ArticleRe: Spark Disconnects from Network
Jacob, Sorry for not responding sooner, real life gets in the way. did you ever get this resolved? have the users in question been able to log in to another computer with spark? just trying to issolate...
View ArticleRe: Spark Disconnects from Network
No worries. I understand. We increased the Java Memory, but it's running low again. However I reinstalled the clients after the memory increase and it seemed to alleviate the issues. I think that may...
View ArticleRe: Spark Disconnects from Network
Check out this thread https://community.igniterealtime.org/thread/29618 per Jorge Gustavo Add a line like this in /etc/sysconfig/openfire OPENFIRE_OPTS="-Xms256m -Xmx512m"
View ArticleRe: Wrong/unexpected data in received IQ
The problem description remains the same as the original question. I still keep receiving the unexpected data in the IQ 07-03 02:30:10.497: W/(19725): Start tag parenttag07-03 02:30:10.497: W/(19725):...
View ArticleHelp me! The Exception "sun.security.validator. ValidatorException: PKIX path...
java version "1.7.0_65"smack 4.0.0 The test code: final ConnectionConfiguration connectionConfig = new ConnectionConfiguration( "127.0.0.1", Integer.parseInt("5222"), "yuyong.com");...
View ArticleError decoding subjectAltName
Ive got openfire (latest version) working great with Pidgin. But im gettig the following error when trying to log in through Candy?It's also producing "500 Server" Errors. Any thoughts. Is there any...
View ArticleWhere can I find the correct org.apache.mina mina-core sources?
I am trying to debug Openfire V3.9.3, but I noticed that the supplied sources jar for mina-core is off.The jar file, mina-core.jar, refers in the WEB-INF to the 1.1.8 SNAPSHOT sources, but only the...
View ArticleRe: 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: 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 Article