From 46db59cdbca0000da62e351af2ecda7c7a15e494 Mon Sep 17 00:00:00 2001 From: Gaston Dombiak Date: Sun, 26 Dec 2004 21:59:59 +0000 Subject: [PATCH] Improved method comment. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2438 b35dd754-fafc-0310-a699-88a17e54d16e --- .../jivesoftware/smackx/muc/ParticipantStatusListener.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/org/jivesoftware/smackx/muc/ParticipantStatusListener.java b/source/org/jivesoftware/smackx/muc/ParticipantStatusListener.java index 210230843..2f570a673 100644 --- a/source/org/jivesoftware/smackx/muc/ParticipantStatusListener.java +++ b/source/org/jivesoftware/smackx/muc/ParticipantStatusListener.java @@ -29,7 +29,9 @@ package org.jivesoftware.smackx.muc; public interface ParticipantStatusListener { /** - * Called when a new room occupant has joined the room. + * Called when a new room occupant has joined the room. Note: Take in consideration that when + * you join a room you will receive the list of current occupants in the room. This message will + * be sent for each occupant. * * @param participant the participant that has just joined the room * (e.g. room@conference.jabber.org/nick).