Package com.sissi.protocol.iq.block

Examples of com.sissi.protocol.iq.block.BlockList.parent()


    BlockList list = protocol.cast(BlockList.class).clear();
    for (JID each : this.blockContext.iBlockWho(context.jid())) {
      // Same domain
      list.add(new BlockListItem(each.domain(context.domain())));
    }
    context.write(list.parent().reply().setType(ProtocolType.RESULT));
    return true;
  }
}
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.