Forums de discussion

Ability to decouple chat from the browser

osman korkmaz, modifié il y a 10 années.

Ability to decouple chat from the browser

New Member Publications: 2 Date d'inscription: 21/09/09 Publications récentes
It would be nice to be able to decouple the chat from browser and even if the browser is closed, being able to keep chatting and seeing who is online.
thumbnail
David H Nebinger, modifié il y a 10 années.

RE: Ability to decouple chat from the browser

Liferay Legend Publications: 14918 Date d'inscription: 02/09/06 Publications récentes
Liferay's chat is not a full-blown chat system...

You could probably implement such a thing by leveraging a chat server (i.e. OpenFire) along with a java client (i.e. SMACK).

The beauty of this implementation is that you can use any XMPP-capable client (outside of browser) or your java portlet. Toughest part would be figuring out how to not use java portlet chat if user has logged in using some desktop client, but that shouldn't be all that hard...

I'm guessing this is like a weekend project...