Roster

Hi, I’'m a newbie of this API.

I’‘m trying to use the Roster class and I’'m doing the following:

var roster = new Roster( connection );

roster.setPresence(null, “Online”, 5);

chatRoster.dataProvider = roster;

chatRoster.columnNames = [“displayName”,“show”];

chatRoster.sortItemsBy(“show”,“status”,“DisplayName”);

Where chatRoster is a DataGrid.

My roster doesn’'t contains buddies…

I’'ve also tried to recompile the Xiffian project (http://xiffian.sourceforge.net/) but buddylist stops working.

What can I do?

Thanks

ok, this problem seems solved in xiff-2.0.0-beta4.zip

Thanks

Marco