Package org.jivesoftware.xmpp.workgroup.disco

Examples of org.jivesoftware.xmpp.workgroup.disco.IQDiscoInfoHandler


        addGroupManagerListener();
        // Create responsible for handling ad-hoc commands in this service
        commandManager = new AdHocCommandManager();

        iqDiscoInfoHandler = new IQDiscoInfoHandler(this, commandManager);
        iqDiscoItemsHandler = new IQDiscoItemsHandler(this, commandManager);

        presenceCheckTask = new TimerTask() {
            @Override
      public void run() {
View Full Code Here

TOP

Related Classes of org.jivesoftware.xmpp.workgroup.disco.IQDiscoInfoHandler

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.