Re: Connection reset in Firefox when launching Admin Console with SSL
maybe this bug report is helpful? https://bugzilla.mozilla.org/show_bug.cgi?id=564421#c28 looks like it was a regression at some point, but the ticket was recently updated in janruary of this year....
View ArticleRe: Connection reset in Firefox when launching Admin Console with SSL
Will take a look at this tomorrow. Though i thought i have tried logging in with running Firefox as admin, and it should have clean profile. Wonder what this permissions.sqlite holds. My Firefox...
View ArticleRe: Auto invite chat room's members when opened.
I was curious to try. Actually it creates a room if it was destroyed and there is an auto-join bookmark If you forbid users to create rooms it then shows an error of joining the room.
View ArticleRe: Connection reset in Firefox when launching Admin Console with SSL
after a few bad firefox updates and then a large memory leak last year or the year prior (1 tab consuming 1GB+ of ram), i made the switch to using Chrome/Chromium... the html developer tools are much...
View ArticleRe: Auto invite chat room's members when opened.
darn, was hoping that would be an easy workaround. maybe this would be a good candidate for a spark plugin... howver it would only be able to create the room and send out invites to the room on a...
View ArticleRe: Spark não instala
Estou fazendo isso agora amigo, são 42 atualizações baixando agora Assim que terminar eu te aviso.
View ArticleRe: Auto invite chat room's members when opened.
Actually Client Control plugin can add bookmarks with auto-join to groups of users. So, yes, OF can do this. Spark plugin is probably better than messing with OF. I think only sending out invites on...
View ArticleFileTranfer service-unavailable(503)
When target user is online at that time file tansfered successfully. but when target user is offline at that time it throws "service-unavailable(503)" exeption. can we send file like message?. When...
View ArticleWebchat and Fastpath issue with Openfire 3.9.1
I used Webchat and Fastpath and it was great until I moved to Openfire 3.9.1. At first look it works, but users can't receive my chat acception or rejection. Means they see "You are currently number 1...
View ArticleRe: FileTranfer service-unavailable(503)
The closest thing there is is XEP-0066: Out of Band Data (jabber:x:oob). But Smack does not support it. You would also have to upload the file somewhere on a file server first. Then send the message...
View ArticleRe: User authentication using OfMeet
Hi It was just what I was wondering. The really important thing that is missing as far as i see is to block room creation to anonymous users, now if i link my server with a standard chrome browser...
View ArticleRe: Connection reset in Firefox when launching Admin Console with SSL
Removal of permissions.sqlite didn't help. Must be something else.
View ArticleRe: Openfire not sharing the client status while login in two different...
Thx guyes, Its done.... I was using older plugin Hazelcast 1.0.0, now I am using Hazelcast 1.2.0 with openfire 3.9.1 Its very simple way to create cluster.....
View ArticleError occured while consuming Crowd REST service
We are using the Atlassian Crowd server for authentication. and receiving the following error. 2014.02.28 11:21:34 org.jivesoftware.openfire.crowd.CrowdManager - Error occured while consuming Crowd...
View ArticleProblem 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: `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 Article