Re: 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 ArticleRe: [Bug] do not get status code 110 in self-presence after joining a more...
Would you review and/or test this: OF-860: Self-presence is not broadcast if room has more than one occupan... · 11c7a1f · sco0ter/Openfire · GitHub I slightly changed your proposal, because I think...
View ArticleBUG REPORT- Ability to login as Admin gone
I've discovered a bug which causes you to lose the ability to login as the admin user. I discovered it in the Windows version. Here's how to duplicate (and fix) the bug. 1. Set-up Openfire using the...
View ArticleRe: BUG REPORT- Ability to login as Admin gone
Note: They key to the bug is that when you create a SECOND admin user, Openfire adds a field that lists the authorized admins into the database including their JID (USERNAME@SERVERNAME). When the...
View ArticleRe: Smack 4.1.0 alpha6 - SASLError using DIGEST-MD5: not-authorized
Hi Flow, any update for this issue? Thank!
View ArticleSmack - Thread starting during runtime shutdown
Hi, I just received one strange error message from crashlytics. Is it any known bug? I'm using Smack version 4.1.0-alpha5. Thanks! java.lang.InternalError: Thread starting during runtime shutdown...
View ArticleSpark deb files
Where can i find deb-files of Spark for Ubuntu? 2.6.3 would do, but if you know where i can find beta of 2.7.x that would be nice.
View ArticleRe: When will be version 2.7.x available as final-version?
This page only have nightly for Windows, where are the nighly for Linux?
View ArticleRe: When will be version 2.7.x available as final-version?
You can try tar.gz (just an archive) version here Install4j I have also found RPM versions, but i'm not sure how updated they are (judging by dates, should be the latest) x86_64
View ArticleRe: Smack 4.1.0 alpha6 - SASLError using DIGEST-MD5: not-authorized
No sorry, I didn't had time to look into this further. But it would be helpful if someone could verify if it works with the recent Openfire 3.10 alpha's.
View ArticleRe: Smack - Thread starting during runtime shutdown
"Thread starting during runtime shutdown" means that Smack started a thread while the runtime was shuting down. I see no problem/bug here. You could avoid it, by making sure that all XMPPConnections...
View ArticleRe: Smack - Thread starting during runtime shutdown
Should be the problem similar to this java.lang.InternalError: Thread starting during runtime shutdown · Issue #136 · ACRA/acra · GitHub? The problem occurs only on ART runtime.
View ArticleRe: Getting could not determine namespace bound to element prefix stream...
How to ask for help or report an issue · igniterealtime/Smack Wiki · GitHub
View ArticleRe: Smack 4.0.5 to 4.1.0
Thank you very much for this in-depth answer! Keep up the great work!
View ArticleRe: MUC Service returns HTTP 500 in all request.
Do you use the default "conference" group chat service?If not you need to forward that too.e.g. plugins/mucservice/chatrooms?servicename=privateconf
View ArticleCan an openfire plugin initiate a XMPP (jingle) session between two online...
Greetings, I am not so much experienced with XMPP and Jinge and I am doing some research about is it possible an OpenFire plugin to set up a valid jingle session between two connected users.I...
View ArticleRe: Can an openfire plugin initiate a XMPP (jingle) session between two...
I don't think it's (easily) possible, because Jingle is a client-to-client protocol.Maybe the server could initiate the Jingle session in behalf of one client and also accept it in behalf of the other...
View Article