mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 14:22:05 +01:00
Improved Javadocs.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1936 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
20edd46b16
commit
f79e4bcb9c
1 changed files with 6 additions and 2 deletions
|
@ -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.<p>
|
||||
*
|
||||
* 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.
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue