Re: primitive to wait for a packet and terminate connection on timeout
You can use: http://docs.oracle.com/javase/7/docs/api/java/util/concurrent/locks/Condition.ht ml#await%28long,%20java.util.concurrent.TimeUnit%29 instead of Object.wait().
View ArticleNothing displays apart from FastPath web chat.
Steps that I followed.1)installed openfire2)created user 3)added fastpath plugin4)downloaded webchat.war, placed it in webapps folder and deployed in tomcat.5)downloaded spark, and logged in...
View ArticleRe: primitive to wait for a packet and terminate connection on timeout
Good point! In fact it seems that we should look into using ReentrantLock and Condition variables soon.
View ArticleRe: Fastpath doesn't load
You need to enter ip address instead dns domain name, then you wil be able to see the image
View ArticleRe: Installed FastPath + WebChat but no workgroups show up
You need to enter ip address instead dns domain name, then you wil be able to see the image
View ArticleSimple Client for Openfire server
Hi There, I am trying to develop a chat client using Openfire server. As the first step, I went through the code and understood the concepts to a good extent. But still I feel few working code snippets...
View ArticleRe: Single group keeps disappearing from client
If you are using Openfire 3.9.3, maybe this one OF-830
View ArticleRe: Nothing displays apart from FastPath web chat.
I finally found the solution. the solution was when we run webchat.war , we need to give the IP address instead of domain name when it asks for xmpp setting.
View ArticleError: "...rejected from java.util.concurrent.ThreadPoolExecutor..."
Hi. I Just installed Openfire 3.9.3, and it works great in Pidgin, but when trying to log in via the Candy client, it fails and firebug returns the following: 500 Task...
View Articlesharing of ofmmet not work in chrome
Hi:I already use most update chrome but when click share it still prompt me to download chrome ..any idea and why
View ArticleRe: Error: "...rejected from java.util.concurrent.ThreadPoolExecutor..."
Just add the properties with value 16. See also https://community.igniterealtime.org/thread/49868
View ArticleOpenfire Connection
Hi Openfire geecky, We had openfire beta testing, 1 Windows Framework Openfire Server 3.6.3 with a thousands of clients accesssing remotely, when the ISP connection becomes RTO means inaccessible of...
View ArticleUsing RDF datastore as Openfire database
Hello, I am starting work on a web application which allows, among other things, users to communicate via XMPP, using Openfire as a backend server. In the future, it may be beneficial to be able to...
View ArticleHardware requiremnt
Hi if i have 10,00,000 users and concurent 2,00,000 users then what will be the hardware requiremnt for open fire server? please help me this because i want to start my chatting application Thanks,Kushal
View ArticleRe: LDAP groups problem (dn used as username)
I'm using Java 6 u45. With Java 7, SSPI plugin doesn't work correctly last time.I'll try to upgrade on this week, ok.
View ArticleRe: In Multi User Chat notification about kick event
Hi, the follwing docs may help you http://xmpp.org/extensions/xep-0045.html8.2 Kicking an OccupantAfter informing the moderator, the service MUST then inform all of the remaining occupants that the...
View ArticleError while building OpenFire 3.9.3
Hi all I'm trying to build the newest version of OpenFire but I got an error. I googled it a few days but there is no answer until now C:\openfire_src\build>antBuildfile:...
View ArticleRe: LDAP groups problem (dn used as username)
Try to purge the groups cache or restart Openfire.Did you use LdapBrowser or something similar to verify that your filter works as expected?
View Article