Package net.kano.joustsim.oscar

Examples of net.kano.joustsim.oscar.AimSession.openConnection()


    public void login(String userID, String password) throws IMException {
        DefaultAppSession session = new DefaultAppSession();

        AimSession aimSession = session.openAimSession(
                new Screenname(userID));
        aimConnection = aimSession.openConnection(
                new AimConnectionProperties(
                        new Screenname(userID)
                        , password));

        AimConnStateListener aimConnStateListener = new AimConnStateListener();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.