Spark no abre conversaciones
Buen día.Tengo instalado Spark, y en un par de equipos me está dando un problema. si doy doble click a un contacto para iniciar la conversación, la ventana de la conversación se va a la barra de...
View ArticleRe: Openfire 64 bit default installer (w/JRE8-64 bit includes)
delete the jre folder in openfire and make sure you have installed a 64-bit JRE/JDK. Ensure java is on your path. Type java -version from console prompt
View ArticleRe: Jabber MomentIM cannot connect to Openfire 3.9.3
Ishio wrote: . Any ideas? Thanks.Yes, log files are your friends.
View ArticleRe: Openfire 64 bit default installer (w/JRE8-64 bit includes)
Thanks, Dele. It's working !!!But it seems to me that my question not the last. Others will have the same question periodically. And it is better to enter nevertheless separate 64 bit assembly....
View ArticleRe: [PATCH] Node.getAllSubscriptions (#owner namespace)
Fixed with https://github.com/igniterealtime/Smack/commit/5c086eeefa2c4470f3295d26e7cfc1db9 4e1e2ab Sorry it took so long :-P (I actually fixed it without knowing about this patch, that's why the...
View Article"SSLv2Hello is disabled" with nightly 2015-01-31
Hi, I'm testing the beta / current nightly since it is supposed to have a fix for OF-405. I am running Ubuntu 10.04.4 LTS (and I suspect/fear there is my problem already) and upgraded from Openfire...
View ArticleRe: Openfire 64 bit default installer (w/JRE8-64 bit includes)
I tested also OF 3.93 with stand alone jre-8u31-windows-x64.exe. The combination is working too. P.S. I found usefull Java option for "openfire/bin/openfire-service.vmoptions":-Xincgc It's automatic...
View ArticleConnect error: SASL Authentication failed. No known authentication mechanisims
When trying to write my first XMPP client using Smack (4.1.0-beta1) (running against OpenFire 3.9.3) i keep getting the following error: org.jivesoftware.smack.SmackException: SASL Authentication...
View ArticleFailed to execute cluster task within 30 seconds
I get this immediately in the error log when I click on Clustering in the Openfire console. The server that I am not viewing the console of shows NA for Clients, Incoming Servers, Outing Servers, and...
View ArticleRe: Access Modifiers in XMPPTCPConnection
Can't you use a custom SSLContext to use BouncyCastle for TLS? Actually no, because the BouncyCastle TLS API is not compatible with JSSE. I usually don't recommend using the ReconnectionManager on...
View ArticleRe: Jabber MomentIM cannot connect to Openfire 3.9.3
Dele,We did look at log files but we could see any issues and that's why I went on this forum to find other ideas.
View ArticleHi. Mumble-like chat rooms in OpenFire
Hi everyone ! I have a tiny question regarding OpenFire. I set up a OpenFire server and Jitsi as its client. It's working awesome but I need a feature I can't find in OpenFire: I want my chat rooms to...
View ArticleRe: Access Modifiers in XMPPTCPConnection
Actually no, because the BouncyCastle TLS API is not compatible with JSSE.Are you sure about that? I'm interested in the code that does TLS with bouncycastle. Would you mind posting it here (or in a...
View ArticleRe: Connect error: SASL Authentication failed. No known authentication...
Please follow the instructions found in https://github.com/igniterealtime/Smack/wiki/How-to-ask-for-help-or-report-an-is sue.
View ArticleRe: Connect error: SASL Authentication failed. No known authentication...
The solution to this problem is to add the correct dependencies. Using Gradle i added the following dependencies. compile("org.igniterealtime.smack:smack-core:4.1.0-beta1")...
View ArticleRe: Connect error: SASL Authentication failed. No known authentication...
The Smack 4.1 Readme basically tells you that you either want smack-android or smack-java7, then you don't need to add smack-sasl-* and some more stuff will be done for you depending on the target...
View ArticleRe: Access Modifiers in XMPPTCPConnection
I'm sure. The API is specific of BC. [Java] private TlsClientProtocol tlsClientProtocol; private DefaultTlsClient t - Pastebin.com
View ArticleRe: Cannot publish items with pubsub in Openfire
hey @michael can you please elaborate on "The 'JAVA_HOME' environment variable must be set to a SUN jre" i mean how to do it. I am new to openfire. Thanks
View ArticleRe: File Transfer fails on Smack 4.1.0-beta 1
I have tried many different configurations. I have Openfire 3.9.3 installed on Mac OS X (my primary machine), Ubuntu Server 12.04 LTS, and a Raspberry Pi running Raspbian. As far as devices running the...
View ArticleRe: File Transfer fails on Smack 4.1.0-beta 1
I am using Openfire 3.9.3. After reading the spec, I realized that the receiver should only respond with one protocol. In order to eliminate this as a possible cause I set...
View Article