Re: MUC nickname overwrite
110 OR 210 OR nicknameHmm I think it's either "nickname stays the same" or "nickname changed and 210", which would yield a filter like From with full JID (incl. nickname) OR (From with bare JID, i.e....
View ArticleRe: 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: Smack 4.1 beta 1 connection issue
Thank you Arun - I appreciate your help. As soon as I add even one of those in my gradle file, it fails with this error during RUN TIME. It pulls and builds fine. I also tried changing beta2 to beta1...
View ArticleCORS heards not being set in version 3.9.3 / Windows
I have installed OpenFire and am able to connect using PidGin. I have also enabled CORS in the admin console. When I browse, http://localhost:7070/ I am able to see the http bind message, but the...
View ArticleRe: MUC nickname overwrite
But ultimately I think the filter should be just based on the presence stanza ID, since it appears to be stable.I think we had this issue once already.XEP-0045 says:For tracking purposes, the room...
View ArticleRe: Smack 4.1 beta 1 connection issue
You need to use smack-android and call "new AndroidInitializer().initalize()" before you open the connection.You don't need to do so. Smack initialization does that automatically. If it does not, then...
View ArticleRe: MUC nickname overwrite
This doesn't feel stable enough for me.Right, the "might" makes it necessary to not rely on a stable stanza id here. Thanks for pointing this out.
View ArticleRe: Smack 4.1 beta 1 connection issue
This is to be done only after the connection has happened. No, it's perfectly fine to set the account credentials before establishing the connection.
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 ArticleRe: PLUGIN: requires server version 3.9.4
Unfortunately, you are seeing a current gap with our Ignite infrastructure. You are sort of stuck unless you compile old code trees yourself. We will fix this someday. daryl
View Article