Home | History | Annotate | Download | only in packet

Lines Matching defs:actor

112         private String actor;
122 * @param affiliation the actor's affiliation to the room
129 * Returns the actor (JID of an occupant in the room) that was kicked or banned.
134 return actor;
153 * @return the actor's affiliation to the room
192 * Sets the actor (JID of an occupant in the room) that was kicked or banned.
194 * @param actor the actor (JID of an occupant in the room) that was kicked or banned.
196 public void setActor(String actor) {
197 this.actor = actor;
266 buf.append("<actor jid=\"").append(getActor()).append("\"/>");