Package iqq.im.module

Examples of iqq.im.module.EmailModule


    this.modules.put(QQModule.Type.BUDDY, new BuddyModule());
    this.modules.put(QQModule.Type.CATEGORY, new CategoryModule());
    this.modules.put(QQModule.Type.GROUP, new GroupModule());
    this.modules.put(QQModule.Type.CHAT, new ChatModule());
    this.modules.put(QQModule.Type.DISCUZ, new DiscuzModule());
    this.modules.put(QQModule.Type.EMAIL, new EmailModule());

    this.services.put(QQService.Type.HTTP, new ApacheHttpService());

    this.account = new QQAccount();
    this.account.setUsername(username);
View Full Code Here

TOP

Related Classes of iqq.im.module.EmailModule

Copyright © 2018 www.massapicom. 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.