掲示板

Ability to decouple chat from the browser

10年前 に osman korkmaz によって更新されました。

Ability to decouple chat from the browser

New Member 投稿: 2 参加年月日: 09/09/21 最新の投稿
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
10年前 に David H Nebinger によって更新されました。

RE: Ability to decouple chat from the browser

Liferay Legend 投稿: 14916 参加年月日: 06/09/02 最新の投稿
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...