Hoy to get JUST the names of the users in a room

How can I get JUST the names, of the users logued in my room? I try with:

var chatRoom = new Room(connection);

chatRoster.dataProvider = chatRoom;

/i

where chatRoster is a datagrid, but brimg’‘s me several columns I don’'t care about.

TIA

To add thing to DataGrid/List, use this:

var chatRoom = new Room(connection);

chatRoster.addItem(chatRoom);

doesn’'t work, is there a way to get “online users in room”?

see: http://www.jivesoftware.org/forums/thread.jspa?threadID=15296&tstart=0

which leads you

there: http://www.jivesoftware.org/forums/thread.jspa?messageID=101035&#101035

Hope you’‘ll find your solution… asking so much means it’'s a big problem for you