Connection Exception
2014.12.11 10:02:49 org.jivesoftware.openfire.nio.ConnectionHandler - ConnectionHandler reports IOException for session: (SOCKET, R: /192.168.3.200:34730, L: /127.0.0.1:5222, S:...
View ArticleRe: Smack 4.0.5 to 4.1.0
Unfortunately 4.1.0 is already available over public Maven and Gradle repos. And 3.x.x is the only other version I can find there.It really took me some effort to migrate from 3 to 4. I don't want to...
View ArticleRe: OpenFire in-band registration (XEP-0077): does not contain register tag,...
Is there a way to overcome this issue until the next release?
View ArticleRe: OpenFire in-band registration (XEP-0077): does not contain register tag,...
I don't think so. You could do without BOSH or "hardcode" in your client, that XEP-0077 is supported.
View ArticleRe: smack_4_0_6 no javax.security.sasl.SaslException?
thank you very macth!Because different versions of JDK~
View ArticleRe: OpenFire in-band registration (XEP-0077): does not contain register tag,...
By "hardcode the client"you mean foo strophe to ignore status.REGIFIL ?
View ArticleRe: OpenFire in-band registration (XEP-0077): does not contain register tag,...
I don't know strophe, but basically I mean to trick it, i.e. ignore the supported stream features and simply assume that the server supports XEP-0077.
View ArticleRe: smack_4_0_6 no javax.security.sasl.SaslException?
Android does not use (Oracle's) JRE.
View ArticleRe: Smack 4.0.5 to 4.1.0
Unfortunately 4.1.0 is already available over public Maven and Gradle repos.Those are alpha versions (and marked as such). It really took me some effort to migrate from 3 to 4. I don't want to go back...
View ArticleUnable to execute dex: Multiple dex files define...
use in android smack_4_0_6 libs. but run application display "Unable to execute dex: Multiple dex files define Lorg/jivesoftware/smack/SmackConfiguration" error. so why? Thank you.
View ArticleRe: How did I get someone else's Spark session?
The login script locates your group membership. Based on the membership of the groups, it launches Spark from C:\Program Files (x86)\Spark\Spark.exe and passes it a parameter......
View ArticleRe: WebChat Plugin Fails To Load
So I have a Jetty-9.2.5 container running, and I deployed the webchat.war file. It is available at host:8080/webchat - I get a "Fastpath Web Chat" page. And a "Click on one of the following...
View ArticleRe: WebChat Plugin Fails To Load
Unfortunately the webchat plugin is a bit out of date and has some minor issues like that ( I'm working on updating it slowly ). To access a workgroup you can go to...
View Articleserver ack for messages
how do I get acknowlegement for the messages that has been delivered to the xmpp server using asmack, bcoz the xmppframework for ios has a listener for receiving the ack that the server has recv the...
View Articlenewly installed openfire server hostname
How to connect to an account from spark by giving newly installed openfire server on my hostname? How it will be possible for others to connect to my server i have no idea regarding this. Please help...
View ArticleRe: SSL 3.0 fallback vulnerability encounters to openfire/bouncycastle?
I believe it can be simply turned off for XMPP socket via admin console, but for Jetty you might need release the patch for HttpBindManager.java AdminConsolePlugin.java finalSslContextFactory...
View ArticleRe: SSL 3.0 fallback vulnerability encounters to openfire/bouncycastle?
thanks @sm, is this what you are suggesting? https://github.com/igniterealtime/Openfire/pull/139 PS, I filed OF-861 on this issue as well
View ArticleRe: SSL 3.0 fallback vulnerability encounters to openfire/bouncycastle?
[OF-861] Disable SSLv3 by default as per POODLE vulnerability - Jive Software Open Source
View ArticleRe: SSL 3.0 fallback vulnerability encounters to openfire/bouncycastle?
Yes, test it please
View Article