Cant join to a room

Hi to every one, my name is Pablo and I’‘m from argentina(cool many argentinos here!!!) download last stable version (at this time 2.1.5), and the XIFF libs(they are great!) but I’'m having problems connecting to a chat room, this are the steps I follow:

  1. Create a chat room from the adminsitrator console.

  2. try to log from the demo app that comes with the XIFF classes modifying the apropiate code(more details at the footer of the mail).

  3. the count of users in the administrator console for the room is 0.

No errors seems to take place. From a Pandion client cant log to a room eather.

here is the code in the frame of the flash movie.

// XMPPConnection - CHANGE THESE SETTINGS

var connection = new XMPPConnection();

connection.username = “test1”;

connection.password = “password”;

connection.server = “127.0.0.1”;

// Room - CHANGE THESE SETTINGS

var chatRoom = new Room( connection );

chatRoster.dataProvider = chatRoom;

chatRoom.roomName = “room1”;

chatRoom.nickname = “flashclient”;

chatRoom.conferenceServer = “127.0.0.1”;

Any idea?

by the way, this is the connection XML in the trace.

SENT:

Any help will be wellcome. TIA