OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:occupant
(Results
1 - 14
of
14
) 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
...]
DeafOccupantInterceptor.java
30
* that the user wants to be a deaf
occupant
. A user can only indicate that he wants to be a
31
* deaf
occupant
while joining the room. It is not possible to become deaf or stop being deaf
52
// Add extension that indicates that user wants to be a deaf
occupant
71
buf.append("<deaf-
occupant
/>");
ParticipantStatusListener.java
32
* Called when a new room
occupant
has joined the room. Note: Take in consideration that when
34
* be sent for each
occupant
.
42
* Called when a room
occupant
has left the room on its own. This means that the
occupant
was
56
* @param actor the moderator that kicked the
occupant
from the room (e.g. user@host.org).
57
* @param reason the reason provided by the actor to kick the
occupant
from the room.
86
* @param actor the administrator that banned the
occupant
(e.g. user@host.org).
87
* @param reason the reason provided by the administrator to ban the
occupant
.
MultiUserChat.java
541
// Reset
occupant
information.
[
all
...]
RoomInfo.java
66
* Every presence packet can include the JID of every
occupant
unless the owner deactives this
164
* Returns true if presence packets will include the JID of every
occupant
.
166
* @return true if presence packets will include the JID of every
occupant
.
182
* Returns true if the room will persist after the last
occupant
have left the room.
184
* @return true if the room will persist after the last
occupant
have left the room.
Affiliate.java
28
* the bare jid of the real user and its affiliation. If the affiliate is an
occupant
of the room
/external/smack/src/org/jivesoftware/smackx/packet/
MUCAdmin.java
97
* @param role the privilege level of an
occupant
within a room.
105
* Returns the actor (JID of an
occupant
in the room) that was kicked or banned.
107
* @return the JID of an
occupant
in the room that was kicked or banned.
115
* explain the reason why a user (
occupant
) was kicked or banned.
124
* Returns the
occupant
's affiliation to the room. The affiliation is a semi-permanent
136
* Returns the <room@service/nick> by which an
occupant
is identified within the context
139
* @return the room JID by which an
occupant
is identified within the room.
146
* Returns the new nickname of an
occupant
that is changing his/her nickname. The new
149
* @return the new nickname of an
occupant
that is changing his/her nickname.
156
* Returns the temporary position or privilege level of an
occupant
within a room. The
[
all
...]
MUCOwner.java
129
* Returns the actor (JID of an
occupant
in the room) that was kicked or banned.
131
* @return the JID of an
occupant
in the room that was kicked or banned.
139
* explain the reason why a user (
occupant
) was kicked or banned.
148
* Returns the
occupant
's affiliation to the room. The affiliation is a semi-permanent
160
* Returns the <room@service/nick> by which an
occupant
is identified within the context
163
* @return the room JID by which an
occupant
is identified within the room.
170
* Returns the new nickname of an
occupant
that is changing his/her nickname. The new
173
* @return the new nickname of an
occupant
that is changing his/her nickname.
180
* Returns the temporary position or privilege level of an
occupant
within a room. The
182
* have no defined role). A role lasts only for the duration of an
occupant
's visit t
[
all
...]
MUCUser.java
76
* must be an
occupant
of the room. The invitation will be sent to the room which in turn
136
* must be an
occupant
of the room. The invitation will be sent to the room which in turn
197
* must be an
occupant
of the room. The invitation will be sent to the room which in turn
211
* @return the room's
occupant
that sent the invitation.
383
* @param role the privilege level of an
occupant
within a room.
391
* Returns the actor (JID of an
occupant
in the room) that was kicked or banned.
393
* @return the JID of an
occupant
in the room that was kicked or banned.
401
* explain the reason why a user (
occupant
) was kicked or banned.
410
* Returns the
occupant
's affiliation to the room. The affiliation is a semi-permanent
422
* Returns the <room@service/nick> by which an
occupant
is identified within the contex
[
all
...]
MUCInitialPresence.java
31
* the
occupant
to speak the MUC protocol when joining a room. If the room requires a password
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
OccupantsInfo.java
78
for (OccupantInfo
occupant
: occupants) {
79
buf.append("<
occupant
>");
80
// Add the
occupant
jid
82
buf.append(
occupant
.getJID());
84
// Add the
occupant
nickname
86
buf.append(
occupant
.getNickname());
88
// Add the date when the
occupant
joined the room
90
buf.append(UTC_FORMAT.format(
occupant
.getJoined()));
92
buf.append("</
occupant
>");
139
("
occupant
".equals(parser.getName()))) {
[
all
...]
/external/chromium_org/chrome/common/mac/
objc_zombie.mm
146
//
occupant
.
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/
fr-FR_lexpos.utf
[
all
...]
/external/srec/config/en.us/dictionary/
large.ok
[
all
...]
Completed in 746 milliseconds