Problem editing Groups
ever since we upgraded from 3.8.2 to 3.9.1 we get the following error. Problem accessing /group-edit.jsp. Reason: org.jivesoftware.openfire.group.Group.getProperties()Ljava/util/Map; We are not...
View ArticleRe: How distribute rooms ?
I needed refactor my code, now I have String roomId ="test@conference.delive";Stringfriend="test2";chatManager = connection.getChatManager();chat = chatManager.createChat(friend,...
View ArticleChat Room Issue
We have just started trying to use the chat room feature. We have two admins and they are able to invite people but the users are able to see the admins comments but the admins cannot see the member...
View ArticleRe: Webchat and Fastpath issue with Openfire 3.9.1
java.lang.NoClassDefFoundError: org/mortbay/jetty/servlet/Context That is an old version of webchat, It will only work with Openfire 3.6 and below
View ArticleSpark se bloquea
Buenas tardes, a algun integrante de esta comunidad le ha sucedido lo siguiente: cuando intento a hablar con un usuario especifico de mi red, se me bloque el spark y me toca cerrar el spark y ejecutar...
View ArticleRe: Instability of the JitsiVideoBridge.
"https://whatever.../ofmeet/?r=..." that is an old version of the Spark plugin for jitsi videobridge
View ArticleRe: Issue in hazelcast plugin initialization
Thanks Harshad D! This patch fixed our issue and has saved us a lot of troubleshooting time. We were experiencing login issues when the Master server would switch to the Slave server and then back to...
View ArticleRe: User authentication using OfMeet
The next version of ofmeet in development (1.3) now has the ability to protect the whole web site with a simple username/password configurable from Openfire admin web console. Later on, we should be...
View ArticleCreate an anonymous multi user chat room
I am trying to create an anonymous room with the smack libraries and I guess I don't know the magic settings to make this happen, here is the FormField I am submitting to the MultiUserChat room, can...
View ArticleRe: `GLIBC_2.4' not found
Create/edit /etc/sysconfig/openfire and add there as the last lineJAVA_HOME=/path-to-java /path-to-java/bin/java should be the RHEL java version.
View ArticleRe: getAllRoms Muc
Send a service discovery items request to Openfire's MUC service (which is by default conference.yourdomain) See http://xmpp.org/extensions/xep-0045.html#disco-rooms With Smack it is done with...
View Articlerecipient-unavailable(404)
Hi community, When connect 2 users in a same room, the second user connect get a "recipient-unavailable(404)" And automatically finish. I use muc.invite("test2@delive/Smack", "Welcome!"); How I can...
View ArticleRe: Smack requests getAdmins() in wrong MUC namespace
Just to comment, it may have been like this to match Openfire, which still may have it backwards as well.
View ArticleRe: `GLIBC_2.4' not found
same error when I try to install latest java library:Error: failed /usr/java/jre1.7.0_51/lib/i386/client/libjvm.so, because /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by...
View ArticleRe: `GLIBC_2.4' not found
You may have to use the official RHEL repository to install the JRE with rpm. I don't know whether they support already Java7 but Java6 should be available.
View ArticleRe: Any interest in mocking for Openfire plugins, components?
Tom, You've always done a great job standing behind the code you kindly sent us. As long as you continue with that for what you are intending to send now, I see no reason to object Unfortunately, I...
View ArticleRe: Bug in Redhat init script
OF-753 thanks, but your patch appears to be backwards. The simpliest thing to do is checkout svn trunk and then svn diff your modified file.
View ArticleRe: 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 Article