Create 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 ArticlePingManager notifies pingFailedListeners many times
I was inspecting the PingManager code and I saw that the pingFailedListeners are notified many times (until 4 times) when the ping fails:the pingServerRunnable.run() tries to ping the server three...
View ArticleSmack requests getAdmins() in wrong MUC namespace
Hi. I just discovered, that Smack sends the MUC getAdmins() request in the wrong namespace. Smack sends in #owner namespace: <iq id="9S7Hf-35"...
View ArticleBug in Redhat init script
The redhat init script is incorrect and does not work with OpenSUSE under systemd. Looking into it, I found that the problem is that the pidfile is not persistent - it is only created upon shutdown...
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 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 ArticleBOSH: POST http://localhost/http-bind/ 405 (Not Allowed)
Hi, i am trying to setup BOSH over HTTP. Nginx config: server { listen 80 default_server; liten [::]:80 default_server ipv6only=on; //---// location /http-bind {...
View Article504 Gateway timeout on package
Hello, i have setup bosh and strophe. It is logged in, as per logs, but i don't see "ONLINE" status. User stays offline. Then browser tries send this package: <body rid='364359874'...
View ArticleConnection reset in Firefox when launching Admin Console with SSL
It started a week ago. My coworker complained that he can't connect to Admin Console. Firefox throws an error that Connection was reset by a server. Non SSL 9090 port works fine, also SSL port works in...
View ArticleaSmack 0.9.0alpha5 Login Problem
Hi all.i update my aSmack api.XMPPConnection class rename TCPConnection.i try connect existing server but login problem.Exception ; SASL authentication failed.ConnectionConfiguration config = new...
View ArticleUser authentication using OfMeet
Hello, Is there a way to enable user authentication in OfMeet to using the OpenFire user database? Using CANDY is an option, but I prever the OfMeet UI. When I disable anonymous logins in OpenFire,...
View ArticleCluster Hazelcast Plugin Issues with mysql (s)
Hi: two servers ready in hazelcast , should i set point to two different database of servers and make them synchorus ?How update will be ? Isaw the plugin read me sadi use a single share external...
View ArticleCandy example WebSocket connection failure
I tried the Candy example included in the plugin, and I can't login. Seems can't connect with WebSocket. I'm using Chrome 31. Do I need change something in Chrome? Also attached a full console log....
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 ArticleGroup Chat unable to join room
I am having problems with Spark 2.5.8 and OpenFire 3.5 using group chat. I have never been able to get it to work. There must be something i am doing wrong. I can create chat rooms but when i try...
View ArticleOnline contacts appearing as offline?
Several of my contacts have started recently appearing as Offline, even though they are Online and having conversations with me. I double-checked with them that their status was either "online" or...
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 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 ArticleVideo chat using smack in android
Any idea about video chat using XMPP and smackx jingle API in Android.I can not able to find good Sample code to start.
View Article