Re: S2S problem with Prosody
Maybe is it the bouncycastle upgrade? https://github.com/igniterealtime/Openfire/commit/58c816b98daed7004c46e34166a78f 39c8d27fbc
View ArticleRe: S2S problem with Prosody
Sorry for deleting my java-question. It's late (in germany) so I didn't get that the SSL-negothiation established successfully. In the meanwhile I looked deeper into the code and got a theory how this...
View ArticleRe: S2S problem with Prosody
Yes, that was the fix: the remote-server doesn't offer any authentication mechanism so OF used plain-text dialback. With the patch it tries SSL-Dialback. But if the remote server offers SASL without...
View ArticleSQLException: Unexpected token OFPUBSUBITEM
I just randomly got this in the log although I didn't do anything with pubsub: There's a SQL error in the PURGE_FOR_SIZE statement.Strangely, nobody else had it? java.sql.SQLException: Unexpected token...
View ArticleRe: SQLException: Unexpected token OFPUBSUBITEM
Yes, looks like a bug in the SQL delete statement for the Pubsub item purge thread (for DBs other than HSQL and Postgres). Opened OF-789 to fix.
View ArticleRe: SQLException: Unexpected token OFPUBSUBITEM
You're fast ... saw your fix was already in. Thanks.
View ArticleRe: Public/Private Key Authentication
Hi CSH, I am trying to build a custom authentication mechanism, since openfire supports only Anonymous and Plain when configure custom authenitcation provider. I am looking forward to try the approach...
View ArticleRe: Find a better way how we should version our software
For now, I have set the version of the master branch to 3.10.0-alpha. We can obviously tweek this going forward, but needed a new version to keep the bamboo builds happy. Yes, bamboo builds will need...
View ArticleRe: Recovery of nodes during network glitch
I suspect that the existing user sessions are marked with a particular cluster node id, and that the node id changes after the network glitch. How are the clients connected in this case? Are you using...
View ArticleSystem property to enable/disable XEP-280
Hi all, I am looking for system property to enable/disable Message Carbons (XEP-280) provided by openfire in Release 3.9.2. I have my own implementation of this feature so I would like to not use the...
View ArticleCustom plugin request, only last logged in client under same username gets...
Hello. Sorry if not appropriate to post here. Is there anyone for hire to creating a plugin where only the last logged in client for the same username gets messages? Thanks in advance!
View ArticleCannot get ldap configuration to work after updating to 3.9.3
Originally I did an update to 3.9.2 and my spark failed to connect, I went back to 3.9.1 and my ldap configuration I was using didnt work. Now I've uninstalled all traces of Openfire and restarted my...
View ArticleRe: Cannot get ldap configuration to work after updating to 3.9.3
You hqven't removed the database though. And the encrypted system properties are stored in there. Check this thread and comment or remove two lines with ldap in the security.xml...
View ArticleRe: Need to change the domain for SSL
I'm not sure, but you will probably have to re-run the setup and then put the needed domain name there. Changing it via system properties may not do the trick. To re-run the setup, stop Openfire, open...
View ArticleRe: Openfire 3.9.2 won't start
Is it your first install or an update from the older version? Btw, there is 3.9.3 already. You should use this version. Are you sure you don't have Openfire already running as a service? Then it...
View ArticleRe: Is MINA 1 can be replaced by MINA 2 in openfire
I succeded in updating the Mina library to the version 2.0.7 and I sent a pull request in https://github.com/igniterealtime/Openfire/pull/16. There were some compatibility problems in two cases:There...
View ArticleSub domains no longer recognized
About a week ago, we noticed that no one could log in to Spark all of the sudden. 3.9.2 had just been released, so I updated to that. I've now updated to 3.9.3 and still no change. LDAP works...
View ArticleRe: java.io.IOException trying to login after 3.9.3 upgrade
I should mention that LDAP auth seems to be working fine in Spark itself, just can't login to web admin page. Also, dunno if it's relevant but, I had to do the following to get 3.9.2 working with LDAP:...
View Articlejava.io.IOException trying to login after 3.9.3 upgrade
Did the upgrade from 3.9.2 to 3.9.3 and after trying to login to web admin using my LDAP username I get the following error everytime (all browsers): HTTP ERROR 500 Problem accessing /index.jsp....
View ArticleRe: When share desktop no voice?
"ext" mode seems have some bugs.I changed the jitmeet's mode from "ext" to "webrtc" in config.js file,the share desktop feature worked good.
View Article