Home | History | Annotate | Download | only in packet

Lines Matching defs:actor

86         private String actor;
96 * @param affiliation the actor's affiliation to the room
105 * Returns the actor (JID of an occupant in the room) that was kicked or banned.
110 return actor;
129 * @return the actor's affiliation to the room
168 * Sets the actor (JID of an occupant in the room) that was kicked or banned.
170 * @param actor the actor (JID of an occupant in the room) that was kicked or banned.
172 public void setActor(String actor) {
173 this.actor = actor;
230 buf.append("<actor jid=\"").append(getActor()).append("\"/>");