Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ecf-dev] How to know the roomID for an already connected IChatRoomContainer

Hi all,
	I find myself in a situation where the IChatRoomContainer is passed
to my component after the container has already connected so I lose the
ContainerConnectedEvent fired when the IContainer.connect() is called
(XMPPChatRoomContainer, in my case).

Is it possible to add a getRoomID() method to the IChatRoomContainer
interface so that I can use it? I see that the XMPPChatRoomContainer
conserve such instance but doesn't provide any accessor for, perhaps because
it is fair (by design) to capture the event. Is any other option available?
 
Thanks
Mario

-- 
Mario Scalas
Ph.D. student
Collaborative Development Group

University of Bari - C.S. Dept.
Via E. Orabona, 4
70125 Bari - ITALY

web: http://cdg.di.uniba.it/scalas/
email: scalas (at) di.uniba.it





Back to the top