mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 18:59:41 +02:00
Small Javadoc fixes.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1938 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
2b90a9e502
commit
376fd1a01c
2 changed files with 9 additions and 1 deletions
|
@ -312,7 +312,11 @@ public class GroupChat {
|
|||
|
||||
/**
|
||||
* Adds a packet listener that will be notified of any new messages in the
|
||||
* group chat.
|
||||
* group chat. Only "group chat" messages addressed to this group chat will
|
||||
* be delivered to the listener. If you wish to listen for other packets
|
||||
* that may be associated with this group chat, you should register a
|
||||
* PacketListener directly with the XMPPConnection with the appropriate
|
||||
* PacketListener.
|
||||
*
|
||||
* @param listener a packet listener.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue