OpenFire group sharing problem (group disappears from rosters)
Hello to everyone. There's some strange problem with my OpenFire 3.8.2.I've got a couple of shared groups. All the groups are taken from Active Directory. Some of them work perfectly, but the others...
View ArticleRe: OF 3.9.1, Ubuntu & Hazelcast - Cannot see cluster members & admin console...
hello anand(trying to help)ur infrastructure right now is : (cmiiw)Server-a.openfire.domain.com : with sample ip : 1.1.1.2Server-b.openfire.domain.com : with sample ip : 1.1.1.3...
View ArticleRe: Openfire 3.8.2 server new admin password/add new admin exploit
So this is not news (and I admit that guy found a lot more than me). I agree, that should be the advice for the time being. Thanks,Jan
View ArticleRe: SparkWeb problem "Not Authorized"
Muchas gracias Sergio, me faltaba hacer el nateo,ahora puedo acceder bien. Tambien pude acceder a travez del telefono con el cliente simple xmpp, conoces alguno mejor? Saludos
View ArticleRe: Hostname escaping characters. Bug in ExternalComponent connection?
Use the IP address. Anyhow this should change nothing.
View ArticleOpenFire Not bringing up Admin
I am running WIN7x64, with JRE7.55, Openfire 3.9.1. Start OpenFire and I get the error below, when I open click launch admin, nothing happens, says unable to connect. Any Ideas?...
View ArticleSetting-up Dev Enviroment
i just would like to ask you some questions about extending openfire.... i'm trying to configure all the enviroment to develop a custom plugin.I've followed step-by-step this guide...
View ArticleRe: Hostname escaping characters. Bug in ExternalComponent connection?
Oh.. That's true. The exception is still being thrown but using localhost instead of myHost-ubuntu still works. Any idea where the problem might be? I am using whack version compiled from sources......
View ArticleRe: Setting-up Dev Enviroment
eclipse imports horribly... you will have to manually adjust it. for your project source (src) you need to point it at: src/java/ currently it's pointed at: src/ this will cause a lot of problems. You...
View ArticleRe: Trouble when import Spark source code to Eclipse
eclipse auto-import isn't very great... in this case, it's trying to be helpful, but it's not Modify your eclipse project and remove all source folders from the build path except: src/java/ Then...
View ArticleRe: Hostname escaping characters. Bug in ExternalComponent connection?
Whack is from 2008 and there is no active development any more. If it's a bug you will likely need to fix it on your own. Try to enable auditing on the Openfire server so see which packets are sent /...
View ArticleRe: Migrating of web resources to SSL
community.igniterealtime.org: robots.txt only for ssl should be created and disallow indexing content. PS: Don't do it, with OpenSSL we might be affected by Heartbleed. Plaintext login seems to be more...
View ArticleRe: Setting-up Dev Enviroment
Thank you jason i will try and give the feedbck. Is better to use a different IDE than Eclipse? If yes, which one?
View ArticleRe: Security Issue: Uncontrolled Resource Consumption with XMPP-Layer...
OF-770 created to tie up the loose end on this
View ArticleRe: Get openfire admins using AD
By the way, if anyone know how to add admins when openfire works with LDAP, it will be great too !
View Article(a)Smack 4.0.0-rc1 Debug
Hello everyone,How can I enable debugging in (a)Smack 4.0.0-rc1?In previous versions there was an ability to set Connection.DEBUG = true; But in this version this variable is absent in XMPPConnection....
View ArticleRe: (a)Smack 4.0.0-rc1 Debug
I found setDebuggerEnabled() method in ConnectionConfiguration, it works, but it enables debugging at the moment of creations and I can't disable it for this instance in runtime. Is there any other...
View ArticleCatch all IQ requests
Can I use Openfire API in Openfire plugin to catch IQ requests like below to modify them before next delivering? Thanks. <iqtype='get'id='juliet1'> <queryxmlns='urn:xmpp:mam:tmp'>...
View Article(a)Smack 4.0.0-rc1 NoResponseException on login
Hello everyone,I updated to aSmack 4.0.0-rc1 and now I'm getting org.jivesoftware.smack.SmackException$NoResponseException while i'm logging in. Code works with aSmack 8.10....
View ArticleRe: Updating Smack to 4.0.0 in Spark
we'll also need to check for any API's that have been changed, broke, and/or deprecated in the new version... Flow has been doing some very heavy work it seems. It may or may not be a simple "drag n...
View Article