Package | org.igniterealtime.xiff.conference |
Interface | public interface IRoomOccupant extends IContact |
Implementors | RoomOccupant |
Property | Defined By | ||
---|---|---|---|
affiliation : String | IRoomOccupant | ||
![]() | jid : UnescapedJID | IContact | |
![]() | nickname : String | IContact | |
![]() | online : Boolean | IContact | |
role : String | IRoomOccupant | ||
room : IRoom | IRoomOccupant | ||
rosterItem : IRosterItemVO [read-only] | IRoomOccupant | ||
![]() | show : String | IContact |
affiliation | property |
affiliation:String
public function get affiliation():String
public function set affiliation(value:String):void
role | property |
role:String
public function get role():String
public function set role(value:String):void
room | property |
room:IRoom
public function get room():IRoom
public function set room(value:IRoom):void
rosterItem | property |