Examples of continued()


Examples of com.sissi.protocol.muc.Invite.continued()

  public Map<String, Object> write(Element element) {
    Invite invite = Message.class.cast(element).getMuc().getInvite();
    Map<String, Object> entity = super.write(element);
    entity.put(Dictionary.FIELD_INVITE, invite.getFrom());
    entity.put(Dictionary.FIELD_REASON, invite.reason());
    entity.put(Dictionary.FIELD_CONTINUE, invite.continued());
    entity.put(Dictionary.FIELD_TYPE, Dictionary.FIELD_INVITE);
    return entity;
  }

  /*
 
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.