Quantcast
Channel: Ignite Realtime: Message List
Browsing all 11412 articles
Browse latest View live

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 Article


Re: 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 Article


Image may be NSFW.
Clik here to view.

Re: Using Unix crypt with custom database integration

Even not that new of a problem: Custom MySQL db. User Authentication SHA1 and salt!

View Article

Re: 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 Article

Re: Login Openfire use smack 4.1.x on Android

is this user1 is created in your openfire server?

View Article


Re: 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 Article

Re: 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 Article

How 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 Article


Re: 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 Article


PLUGIN: 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 Article

Re: 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 Article

Re: 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 Article

Image may be NSFW.
Clik here to view.

Re: 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 Article


Client 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 Article

Re: 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 Article


Re: javax.net.ssl.SSLHandshakeException:...

I would recomend you try BOSH using smack-bosh

View Article

Re: 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 Article


Whats 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 Article

Re: 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 Article

participant 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
Browsing all 11412 articles
Browse latest View live