Re: Using Unix crypt with custom database integration
Looks like Openfire doesn't know about salted hashes at all? The passwords for the internal users are also only hashed not salted from what i can see. So this would be a somewhat bigger feature request...
View ArticleRe: Openfire/Spark roster slow to load
Not a Openfire expert but it looks like the server is trying to contact a remote host for getting roster status...May a wrong set JID for some users in the roster? Regards Andreas
View ArticleRe: Using Unix crypt with custom database integration
Even not that new of a problem: Custom MySQL db. User Authentication SHA1 and salt!
View ArticleRe: javax.net.ssl.SSLHandshakeException:...
as per the code Smack/AbstractXMPPConnection.java at master · igniterealtime/Smack · GitHub line 1396 saslFeatureReceived.reportSuccess(); is triggered in case the config.getSecurityMode() ==...
View ArticleRe: Login Openfire use smack 4.1.x on Android
is this user1 is created in your openfire server?
View ArticleRe: Smack 4.1 RC3-SNAPSHOT Error connecting to server with TLS Enable
Are you using port 5222,May be you can change the port to 5223If you are using host name, try changing it to IP address Check the port is visible or notYou can use RS232 terminal, serial port terminal,...
View ArticleRe: IncomingFileTransfer recieveFile(..) throws "error in execution"
Did some testing and found out that the In-Band Bytestream did not work.While I was not sure the cause was in my code, I set myself to fixing this bug, which i could pinpoint to a missing...
View ArticleHow to get current user's list of groups
Hey, I've written an XMPP client using Smack and shared groups and it's working fine.But there is a feature I don't really know how to implement :My users are sorted by groups. I'd like everygroup to...
View ArticleRe: IncomingFileTransfer recieveFile(..) throws "error in execution"
Thanks Anno, I've made minor modifications to your patch and added a second commit that removes the stanza listener related code from DataListener since it's now a plain IqRequestHandler. I'm currently...
View ArticlePLUGIN: requires server version 3.9.4
Hello,I've installed OpenFire 3.9.3 ah hit probably common problem.I'm trying to install xmldebugger plugin, but it checks for 3.9.4 OpenFire version, which is not released yet.I've searched for older...
View ArticleRe: PLUGIN: requires server version 3.9.4
You can checkout from GITGIT URL Openfire/src/plugins/xmldebugger at openfire_3_9_1 · igniterealtime/Openfire · GitHub But you need to compile it and create the war file or jar file
View ArticleRe: java.lang.ClassNotFoundException: org.jxmpp.util.XmppStringUtils
Hi, which 2 packages did you add? I'm getting this same error with smack 4.1
View ArticleRe: I am not able to run /http-bind/ on " https://" . Why ? Please advice.
it is because of the self-signed certificates, one temporary trick is there, type your url https://www.domain123.com:7443/http-bind/The browser will show Your connection is not privateclick "advanced"...
View ArticleClient Control plugin installation issue
Hi everyone,I am having some problems installing Client Control plugin in my OpenFire. I tried to install it via Available Plugins, but after two days - is still did not appear in Plugins. I tried to...
View ArticleRe: Using Unix crypt with custom database integration
Looks like it's basically worked on, no? [OF-750] Store passwords as hashes - Jive Software Open Source Can someone of the developers confirm that OF-750 would include using "standard" salted hashes...
View ArticleRe: javax.net.ssl.SSLHandshakeException:...
I would recomend you try BOSH using smack-bosh
View ArticleRe: Smack 4.1 rc3 snapshot error saving VCard
I can assist with that one, rc3 has been updated recently and seems a few things got broken and by broken I mean a few things have been deprecated and replaced. So just to find the new implementations...
View ArticleWhats the TLS version used by openfire 3.9.3?
Hello there, we are running openfire 3.9.3 and I'd like to know what is the TLS version that is used by openfire?Thanks in advance...I could not find a answer to this yet Thank you!
View ArticleRe: Whats the TLS version used by openfire 3.9.3?
I am not sure about it, but my guess is that it would use the JRE's default version, which is TLS 1.2 for Java 8 (and I think TLS 1.1 for Java 7, but not sure). See alsoJDK 8 will use TLS 1.2 as...
View Articleparticipant leaving a room is not noticed by participantStatusListeners
When a participant leaves a room, this is not noticed by the participantStatusListener.I could fix this by this change @@ -197,7 +197,7 @@ public class MultiUserChat { case unavailable:...
View Article