MUC Events

Hi,

As far as i know, there is no event listener for a user to know if any room created or deleted. How do you show your users the room list. Do you schdule a timer and get the room list every 2-3 seconds?

Thanks,

A timer indeed.

FIrst to get all rooms available in the conference server.

Secondly check all the users in each room in case needed.

Thanks my friend,

I am modifying openfire sources to send a packet anytime when a room is created.