MUC 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: Java out of memory
It seems that there is a memory leak somewhere. You should set "-XX:+HeapDumpOnOutOfMemoryError" You can specify also the directory with "-XX:HeapDumpPath=..." but the target directory must be...
View ArticleRe: aSmack 0.9.0alpha5 Login Problem
Yes, it it a bug. I recommend you watch the bug to get notified when the fix has been commited, which I expect to happen in 7-10 days. Then you'll find the fixed version in nightlies.
View ArticleRe: 504 Gateway timeout on package
I have no solution to the problem, but I had it, too recently (with Smack client to Openfire 3.8.2) http://community.igniterealtime.org/thread/51578 I am not sure, if this is an Openfire bug or just a...
View ArticleRe: getAllRoms Muc
I not need see all " MultiUserChat.getHostedRooms()" I use : jR = MultiUserChat.getJoinedRooms(connection, user); But not work when user is disconnect, only work when user is online, How I can fix...
View ArticleRe: getAllRoms Muc
You asked for all rooms in Openfire. Maybe ask your question in the Smack Users forum. Nevertheless here are my thoughts: If the user is offline, he's not in any room.From a XMPP perspective you can...
View ArticleBrief Tutorial on IQ Providers...
After spending quite some time getting IQ Providers up and running with SMACK API I would like to describe it briefly. Since I also read quite a few questions and answers at forums like this one I...
View ArticleHow does hazelcast work with openfire?
In our process of testing the new hazelcast plugin 1.2.0 with openfire 3.9.1 we tried to bring down openfire service of one of the nodes. I have three nodes. Node1 is stand alone, Node2 (with the last...
View ArticleRe: Create an anonymous multi user chat room
You may want to read XEP-0045. I think a room is non-anonymous by default. muc#roomconfig_canAnyoneDiscoverJID is not defined by XMPP. Maybe you are looking formuc#roomconfig_whois ?
View ArticleRe: How does hazelcast work with openfire?
I suspect the Exception was caused by the server to server communication was closed. I had the opeion as "Close connections after they have been idle for 10 minutes".
View ArticleRe: Brief Tutorial on IQ Providers...
Good tutorial. +1 Just one point: XML elements are (more or less) case sensitive. I recommend not to use equalsIgnoreCase when matching the name. Instead you should go with either "mydata" or "myData"....
View ArticleOpenfire 3.9.1_all.deb fails to install on fresh Ubuntu 12.04
A client install of openfire failed recently, so I was going to simply update to the new version on a fresh ubuntu 12.04 VM. I've installed openjdk-6-jre (I thought openjdk-7-jre was supossed to be...
View ArticleFileTransfer to a plugin/component
Hello everybody, I am currently developing a couple of plugins for our openfire-based chatting solution. I now have to develop a plugin (Component) that accepts any FileTransfer from a client and then...
View ArticleRe: Public/Private Key Authentication
I just tested with myself and noticed that it does work even with the check in Openfire. The mechanisms are only checked once at startup (static initializer).Then the plugin is loaded and just adds...
View ArticlePEP Service discovery with no feature
Hi everybody, i tried to discovery from my client to my openfire server with this result: REQUEST <iq from="1f9ccc8f978c5afc582ba8d1d0db4f98@chat.domain.com/8dcbb8ae”...
View ArticleRe: support jsp
Nope Suppport for JSP is an Openfire thing. You would need to replace the jasper-compiler.jar file and the jasper-runtime.jar files in the libs folder with ones that enable JSP compilation. I use the...
View ArticleRe: Update Openfire on Ubuntu
The 3.9.1.deb seems to be broken with even a fresh install of Ubuntu 12.04 and OpenJDK-6. See my post here: http://community.igniterealtime.org/message/236657#236657 If you get 3.9.1 running on 12.04,...
View ArticleRe: Java out of memory
Hi, I had one more java out of memory today and I could generate the dump file. Below is the instance count generated through JHAT Instance Counts for All Classes (including platform) 116835...
View ArticleChrome freezes upon sharing the desktop
Dear Dele, I'm using Jitsi 1.2 in Openfire 3.9.1 in Ubuntu. The Ofmeet works perfectly till any one of the participant share's his Desktop Screen and the conference gets freezed. Upon searching here in...
View Article