Package com.sissi.protocol.muc

Examples of com.sissi.protocol.muc.Owner


  private final Owner owner;

  public MucOwnerGetProcessor(XData data) {
    super();
    this.owner = new Owner(data);
  }
View Full Code Here


    this.proxy = proxy;
  }

  @Override
  public boolean input(JIDContext context, Protocol protocol) {
    return this.proxy.input(context, new Owner().destory(new Destory().reason(this.tip)).parent(new IQ().setTo(protocol.parent().getTo()).setType(ProtocolType.SET)));
  }
View Full Code Here

TOP

Related Classes of com.sissi.protocol.muc.Owner

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.