How do login xmpp server with XIFF 3.0?

Hello all,

How do login xmpp server with XIFF 3.0?

I did not find login methed in the XMPPConnection.as.

thanks.
asterisk-im.jar (436202 Bytes)

Here is my code in one of my Flex apps:

http://pastebin.ca/616998

var connection:XMPPConnection;

connection.username = username;

connection.password = password;

connection.server = host;

var result:Boolean = connection.connect(’‘flash’’);

Thanks for your help.