OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Occupant
(Results
1 - 2
of
2
) sorted by null
/external/smack/src/org/jivesoftware/smackx/muc/
Occupant.java
29
* Represents the information about an
occupant
in a given room. The information will always have
30
* the affiliation and role of the
occupant
in the room. The full JID and nickname are optional.
34
public class
Occupant
{
42
Occupant
(MUCAdmin.Item item) {
50
Occupant
(Presence presence) {
63
* Returns the full JID of the
occupant
. If this information was extracted from a presence and
68
* @return the full JID of the
occupant
.
75
* Returns the affiliation of the
occupant
. Possible affiliations are: "owner", "admin",
78
* @return the affiliation of the
occupant
.
85
* Returns the current role of the
occupant
in the room. This information will always b
109
Occupant
occupant
= (Occupant)obj;
local
[
all
...]
MultiUserChat.java
541
// Reset
occupant
information.
[
all
...]
Completed in 53 milliseconds