Re: How does the cache behave on server shutdown?
Thanks wroot, so its all related... The "funny" thing is that this did not happen all the time.We had several restarts before and everything was fine.The "lost cache" happened only when there were like...
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 ArticleRe: Setting-up Dev Enviroment
no, i rather like Eclipse... I use it for everything, not just java (C, Python, occasional bash script, etc). My comment was directed at the automatic import attempt by Eclipse... it's pretty smart,...
View ArticleRe: Catch all IQ requests
Read the last section of http://www.igniterealtime.org/builds/openfire/docs/latest/documentation/plugin-d ev-guide.html
View ArticleRe: Updating Smack to 4.0.0 in Spark
I would be happy to assist. There are sure some things missing in the Smack 4.0 upgrade guide, that we should add. I think we should create a 'smack4' branch in sparks git repo and see if we can...
View Article