Re: Any interest in mocking for Openfire plugins, components?
In my opinion such mock-/helper-/util-classes which are exclusively required for testing should belong in a separate "test-jar" and should not be distributed with the normal Openfire installation....
View ArticleRe: recipient-unavailable(404)
Why not work muc.invite() ? and work muc.grantAdmin("user2@jabber.org"); http://www.igniterealtime.org/builds/smack/docs/latest/documentation/extensions/...
View ArticleJava out of memory
Hi, I am running with serios problem in openfire, please help me to tune it to work fine. I am running Openfire 3.8.2 with ldap backend. I have around 8000 users in ldap database and in that avg 2000...
View ArticleMUC Semi-persistency
Hello,Is it possible to make MUC persistent but only for a limited amount of time so after all clients are disconnecting I can configure amount of time in which after that time the MUC will be deleted?...
View ArticleRe: Smack requests getAdmins() in wrong MUC namespace
I did OF-98 together with SMACK-371, so Openfire should be save.
View ArticleRe: Connection reset in Firefox when launching Admin Console with SSL
Firefox will no longer try to use TLS 1.2 - this shouldn't be a big issue. http://community.igniterealtime.org/message/235682#23568You could try to limit the Openfire ciphers, this could also help. Or...
View ArticleAfter upgrade 3.9.1, All client cannot connect to server
After upgrade 3.9.1, All client cannot connect to server, Then I uninstall 3.9.1 and install 3.8.2 version, It can work good. The info.log under 3.9.1 is :2014.03.03 17:18:59...
View ArticleRe: Any interest in mocking for Openfire plugins, components?
What CSH said. Test code does not belong into the core IMHO. I tend to place mocked classes in the same package as the original ones, just in a different (test) project, instead of creating a extra...
View ArticleRe: User authentication using OfMeet
Trying to create a OF Meet by jitsi videobridge the attempt fails apparently because the client placed outside the lan tries to contact the client on the inside lan using it's private IP. That should...
View ArticleRe: User authentication using OfMeet
Dele,i'll do another test and I'll dump the debug if you are interested in. I'm sure it works on Jappix and on Jisti client usign jinglenodes (I just saw the logs), with ofmeet nope to have it...
View ArticleRe: Connection reset in Firefox when launching Admin Console with SSL
That must be it. My production server is stuck with some 1.7.0_1 version of Java i think. I have tried to upgrade it recently, but Arch linux has removed Oracle Java from mainstream and it is only...
View ArticleRe: aSmack 0.9.0alpha5 Login Problem
thanks.my speak english is poor.this is a bug?How do I solve this problem?i see this bug report.I did not see the solution
View ArticleRe: User authentication using OfMeet
Dele I did recheck all.I did modify the config.js as requested (ofmeet):var config = { hosts: { domain: 'myserver.mydomain.it', muc: 'conference.myserver.mydomain.it', // FIXME: use...
View ArticleRe: Cluster Hazelcast Plugin Issues with mysql (s)
Hi, i had the same problem. I have pointed each cluster Server to his own mysql database. The database is replicating with the others mysql databases. Just one Machine has write permissions, the other...
View ArticleRe: After upgrade 3.9.1, All client cannot connect to server
I am in same trouble. Just updated to v3.9.1 and could not connect to openfire anymore.Its working after system restart.
View ArticleRe: Video chat using smack in android
I'm also trying to find the same, but no luck yet. Any information guys?
View ArticleRe: Candy example WebSocket connection failure
ChangeCandy.init('/http-bind/',{ core:{ debug:false, websockets:true}, view:{ resources:'../res/'}});toCandy.init('/http-bind/',{ core:{ debug:false, websockets:false},...
View Articlesupport jsp
It only support html and js. Is there any way to make change on the below code to make it support jsp? String appName = JiveGlobals.getProperty(VIDEO_CONFERENCE_PROPERTY_NAME,...
View ArticleRe: Create an anonymous multi user chat room
Only because there's a property and a method somewhere in Openfire doesn't mean the exact same syntax can be found in the XMPP specification and can therefore be used for the muc#roomconfig_ fields. I...
View Article