How to login to WildFire Server via XIFF?

Hi,

I’‘m trying to implement instant messaging on my Macromedia Flex website. I’'m using Wildfire as the IM server. How do you login to the server?

Right now my AS code looks like:

var connection = new XMPPConnection();

connection.username = myLSO.data.userProfile.Username;

connection.password = myLSO.data.userProfile.Password;

connection.server = “soundloud.com”;

trace("connection.connect(): " + connection.connect());

The trace returns true, therefore I know i’'m successfully connecting to the server. But this user session never displays in the Admin Console.

Is there something more I need to do?

Help would be appreciated. Thanks.

Shaun

Isn’'t it your browser who caches the page, and never reload it for real.

Try after emptying the cache

if it works, don’'t cache documents (“always check” in Opera prefs)

if it does not work, try the simple xiff example given in the xiff archive or check the trace.