Getting list of Rooms, how many people are in them and possibly their names

Hi,

I’‘m running a website (Flash frontend) with a Wildfire server and Xiff client. I need to be able to browse the server for the list of how many people are in each public room, and possibly who’‘s actually in them. Unfortunately, I’'m not well versed in Java.

Hi,

You don’'t need to know Java to get those info. You just need to send a couple of queries that follows XEP-0045 from your Xiff client.

To get the number of occupants in a room send something like:

2

Hope that helps.

Thanks, it does.

I’'ll post up my code in the Xiff forum once I get it finished.