can i decrease the chat speed time to 5 , 10 or 15 sec from 30 secs
The speed is 5 seconds by default, what i meant was your server is taking too long to respond.
you ever notice facebook chat when you see its firbug net panel the chat will not send continously request instead it send & recieve request only when user send message or at the time user recieve request will this type of thing is possible in freichat
well that is because it holds on to a connection and never disconnects(Implemented via an IFrame). this is called as Push technology. for more info. http://en.wikipedia.org/wiki/Push_technology
But this takes more server resources than polling/requesting multiple times.
We will have support for Servers capable of handling Push very soon,
and one more thing i want to create a freichatxc desktop client & help you in your project so please explain me the step for creating freichatxc desktopclient.
Well you have to start by creating your own login mechanism which uses joomla login credentials, This must start a session in the website as well.
Then you can have access to user lists and messages as FreiChat does(The response format is JSON).
for the GUI, i would recommend the QT framework.QT is cross platform and can be easily ported to mobile devices.
<em>
can i decrease the chat speed time to 5 , 10 or 15 sec from 30 secs
</em>
The speed is 5 seconds by default, what i meant was your server is taking too long to respond.
<em>
you ever notice facebook chat when you see its firbug net panel the chat will not send continously request instead it send & recieve request only when user send message or at the time user recieve request will this type of thing is possible in freichat
</em>
well that is because it holds on to a connection and never disconnects(Implemented via an IFrame). this is called as Push technology. for more info. http://en.wikipedia.org/wiki/Push_technology
But this takes more server resources than polling/requesting multiple times.
We will have support for Servers capable of handling Push very soon,
<em>
and one more thing i want to create a freichatxc desktop client & help you in your project so please explain me the step for creating freichatxc desktopclient.
</em>
Well you have to start by creating your own login mechanism which uses joomla login credentials, This must start a session in the website as well.
Then you can have access to user lists and messages as FreiChat does(The response format is JSON).
for the GUI, i would recommend the QT framework.QT is cross platform and can be easily ported to mobile devices.
Necessity is the mother of all inventions!