Examples of IQHandlerInfo


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

Examples of org.jivesoftware.openfire.IQHandlerInfo

    this.server = server;
  }

  @Override
  public IQHandlerInfo getInfo() {
    return new IQHandlerInfo("pubsub", "http://jabber.org/protocol/pubsub");
  }
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.