Package org.jivesoftware.openfire

Examples of org.jivesoftware.openfire.IQHandlerInfo


    /**
     * Constructs a new {@link IQPEPHandler} instance.
     */
    public IQPEPHandler() {
        super("Personal Eventing Handler");
        info = new IQHandlerInfo("pubsub", "http://jabber.org/protocol/pubsub");
    }
View Full Code Here


    this.server = server;
  }

  @Override
  public IQHandlerInfo getInfo() {
    return new IQHandlerInfo("pubsub", "http://jabber.org/protocol/pubsub");
  }
View Full Code Here

TOP

Related Classes of org.jivesoftware.openfire.IQHandlerInfo

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.