Home | History | Annotate | Download | only in packet

Lines Matching defs:actor

372         private String actor;
382 * @param affiliation the actor's affiliation to the room
391 * Returns the actor (JID of an occupant in the room) that was kicked or banned.
396 return actor == null ? "" : actor;
415 * @return the actor's affiliation to the room
454 * Sets the actor (JID of an occupant in the room) that was kicked or banned.
456 * @param actor the actor (JID of an occupant in the room) that was kicked or banned.
458 public void setActor(String actor) {
459 this.actor = actor;
516 buf.append("<actor jid=\"").append(getActor()).append("\"/>");