Re: PacketCollector.nextResult() cannot be interrupted
Sometimes my code doesn't know that the thread was interrupted (case 3): if the PacketCollector is waiting for the queue.pool() [see PacketCollector.nextResult(timeout)], the InterruptedException is...
View ArticleRe: Audio Video Conferencing
Unfortunately i do not know of any other plugin.the jitsi (www.jitsi.org) IM client, and we use audio/video screen sharing etc. Hope that could be an option for you. But we run it with
View ArticleRe: Change server name
Here i am attached one screen shot of how to change server name. After login into server you see button on last of page.After clicking on button Edit Properties you see several server properties where...
View ArticleRe: issue:android chrome still got " chorme only" on jitsivideobridge1.3.1
Dear claude you are right! i use 7070 port,so it's not work use ssl 7443 port ,and then working fine thanks again!
View ArticleRe: Can't disable admin port
I took another look at this and found the bug. I am using the latest GIT master clone. Line 168 passes httpConfig as a configuration to copy from but since the http port is disabled this variable is...
View Article[bug] Can't disable admin port
Hi. Having a strange situation where Openfire won't accept -1 for the admin console port. I was just upgrading openfire and I compiled fresh from GIT. Used to work, now it doesn't. I've tried "0" and...
View ArticleRe: [bug] Can't disable admin port
Please feel free to send a pull request on this matter.
View ArticleStart server errors openfire 3.9.3
Steps to reproduce:1.Downloaded windows version with JRE (I have windows 7) Also I have installed JDK, JRE..2.Install3. click "start" see errors: (see attach) java.io.FileNotFoundException:...
View ArticleRe: [bug] Can't disable admin port
I assume you mean somehow publish my changes? I don't really know much about git.
View ArticleRe: problem whit jitsi videobridge 1.3.1
I installed java version 7 and set it as the default. So now if I type "java -version" in terminal it confirms me saying the java version is 7 on the system. However openfire still seems to be using...
View ArticleRe: [bug] Can't disable admin port
Creating a pull request may help. You want to create a branch on your forked repo and then commit your change to that branch and push the branch up to your github fork. Github website will then give...
View ArticleRe: problem whit jitsi videobridge 1.3.1
Hello, You can simply add the JVM you want to use in file bin/openfire directly.I use /usr/java/latest JVMAdd this line :# Uncomment the following line to override the JVM search...
View Article[bug] does not release socket resource
File: org.jivesoftware.openfire.net.BlockingAcceptingMode.javaCode: @Override public void run() { while (notTerminated) { try { Socket sock = serverSocket.accept();...
View ArticleRe: Emoticons - Adding
Is there any documentation on all the steps and requirements for creating a emoticon pack?
View ArticlePlugin usage from another plugin
Hi, I'm writing my own plugin and would like to use the Monitoring Plugin from my plugin. In my own java class: import org.jivesoftware.openfire.plugin.MonitoringPlugin; …….. MonitoringPlugin plugin =...
View ArticleRe: [bug] does not release socket resource
What code change do you suggest? This file hasn't been touched in four years Openfire/BlockingAcceptingMode.java at master · igniterealtime/Openfire · GitHub
View ArticleRe: Emoticons - Adding
There is none, and honestly, it is not so complex to require one.
View ArticleRe: Emoticons - Adding
Any chance that there would be something created in the future to simplify the process? I know most people won't want to be bothered with editing the .plist, move files around, editing logon scripts,...
View ArticleRe: Emoticons - Adding
I doubt it will ever be. First of all, Spark development is currently dead. And personally i think there are more pressing issues and interesting features than doing a centralized emoticons management....
View Article