Searched defs:joined (Results 1 - 4 of 4) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/muc/
H A DDefaultParticipantStatusListener.java34 public void joined(String participant) { method in class:DefaultParticipantStatusListener
H A DParticipantStatusListener.java32 * Called when a new room occupant has joined the room. Note: Take in consideration that when
36 * @param participant the participant that has just joined the room
39 public abstract void joined(String participant); method in interface:ParticipantStatusListener
H A DMultiUserChat.java90 private boolean joined = false; field in class:MultiUserChat
117 // joined rooms whenever a disco request is received
188 * Returns an Iterator on the rooms where the user has joined using a given connection.
193 * @return an Iterator on the rooms where the user has joined using a given connection.
200 // Return an iterator on an empty collection (i.e. the user never joined a room)
205 * Returns an Iterator on the rooms where the requested user has joined. The Iterator will
210 * @return an Iterator on the rooms where the requested user has joined.
321 * (e.g. room already exists; user already joined to an existant room or
328 // If we've already joined the room, leave it before joining under a new
330 if (joined) {
[all...]
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DOccupantsInfo.java88 // Add the date when the occupant joined the room
89 buf.append("<joined>");
91 buf.append("</joined>");
103 private Date joined; field in class:OccupantsInfo.OccupantInfo
105 public OccupantInfo(String jid, String nickname, Date joined) { argument
108 this.joined = joined;
120 return joined;
154 Date joined = null;
163 ("joined"
[all...]

Completed in 464 milliseconds