From f79e4bcb9c2c111bc27a448b565648aa3801368a Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Wed, 14 May 2003 21:49:55 +0000 Subject: [PATCH] Improved Javadocs. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1936 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smack/GroupChat.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/source/org/jivesoftware/smack/GroupChat.java b/source/org/jivesoftware/smack/GroupChat.java index e9ae7d9dd..b4625481f 100644 --- a/source/org/jivesoftware/smack/GroupChat.java +++ b/source/org/jivesoftware/smack/GroupChat.java @@ -197,8 +197,12 @@ public class GroupChat { } /** - * Returns the number of participants in the group chat. Note: this value will only - * be accurate after joining the group chat, and may fluctuate over time. + * Returns the number of participants in the group chat.

+ * + * Note: this value will only be accurate after joining the group chat, and + * may fluctuate over time. If you query this value directly after joining the + * group chat it may not be accurate, as it takes a certain amount of time for + * the server to send all presence packets to this client. * * @return the number of participants in the group chat. */