Hostname escaping characters. Bug in ExternalComponent connection?
Hi all I am trying to develop a simple external component but I got stuck with what I suppose is a connection problem. I have a code looking like this: publicclass Main { publicstaticvoid...
View ArticleHow to build Jitsi VideoBridge Plugin from sources?
Hi, I tried to build this plugin from sources.So, I checked out the latest version of openfire from here http://svn.igniterealtime.org/svn/repos/openfire/trunk Then I performed these commands: makecd...
View ArticleRe: How to build Jitsi VideoBridge Plugin from sources?
ant plugin -Dplugin=jitsivideobridge that is what I use :-)
View ArticleRe: Migrating of web resources to SSL
community.igniterealtime.org: robots.txt only for ssl should be created and disallow indexing content.
View ArticleRe: How to build Jitsi VideoBridge Plugin from sources?
Thanks a lot! It works like a charm! :-)
View ArticleRe: Hostname escaping characters. Bug in ExternalComponent connection?
Use the IP address. Anyhow this should change nothing.
View ArticleRe: User's Display Name
Hi My Openfire.XML like below. What i need to do to get the first name and last name as same as LDAP. Now i am getting SAM account name as firstname and others empty.http:// <?xml version="1.0"...
View ArticleUpdating Smack to 4.0.0 in Spark
There is a ticket for updating Spark to the latest Smack version SPARK-1567 Actually it started with 3.4.0 and then i have modified it a few times. Smack updates are slow in Spark.. 4.0.0 is in RC...
View ArticleMUC Conversation History on demand (openfire 3.7.1)
Hello! I wanted to ask is there a way to retreive MUC Room's Conversation History on demand without joinig it? I know there is a way to configure how much history items you want to receive while joing...
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