It's all about the answers!

Ask a question

Jazz Chat Question


Benjamin Waber (11) | asked Jul 02 '08, 3:01 p.m.
Hi everyone. I've recently started developing plugins for Jazz, and I was wondering if there was any way to open up a chat within Jazz. Basically I would like to programmatically check the status of other users (online/offline) and then open up chats between small groups of people (around 3 users). I'd prefer not to go to an external chat client, but I'm not sure how Jazz integrates the chat functionality. Any ideas? Thanks.

-Ben

One answer



permanent link
Johannes Rieken (1.2k1) | answered Jul 03 '08, 5:28 a.m.
bwaber wrote:
Hi everyone. I've recently started developing plugins for Jazz, and I
was wondering if there was any way to open up a chat within Jazz.
Basically I would like to programmatically check the status of other
users (online/offline) and then open up chats between small groups of
people (around 3 users). I'd prefer not to go to an external chat
client, but I'm not sure how Jazz integrates the chat functionality.
Any ideas? Thanks.

Hi Ben


You can use the Jazz collaboration feature. To get started have a look
at CollaborationCore.getCollaborationService() which lets you access the
ICollaborationService. From there you can check the presence of users
and chose a collaboration provider (ICollaborationProvider) in which
session (CollaborationSession) you can create a meeting and invite other
users (CollaborationMeeting).

--
Cheers, Johannes
Agile Planning Team

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.