Hi there
Just starting using XIFF and I’m having difficulty getting to first base.
When I try to connect using XMPPConnection in Flex I get the following error:
1120: Access of undefined property connection
The mx:script just has this:
import org.jivesoftware.xiff.core.XMPPConnection;
var connection:XMPPConnection = new XMPPConnection();
connection.connect(“localhost:8080”);
It seems to be finding the class files
Any help appreciated
Cheers