Package com.sissi.ucenter.relation.roster.impl

Examples of com.sissi.ucenter.relation.roster.impl.ItemRosterRelation


public class RosterSetProcessor extends ProxyProcessor {

  @Override
  public boolean input(JIDContext context, Protocol protocol) {
    GroupItem item = protocol.cast(Roster.class).first();
    super.establish(context.jid(), new ItemRosterRelation(super.ourRelation(context.jid(), super.build(item.getJid())).cast(RosterRelation.class), item));
    return true;
  }
View Full Code Here

TOP

Related Classes of com.sissi.ucenter.relation.roster.impl.ItemRosterRelation

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.