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:
Matt Tucker 2003-05-15 17:36:58 +00:00 committed by mtucker
parent 2b90a9e502
commit 376fd1a01c
2 changed files with 9 additions and 1 deletions

View File

@ -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.
*/

View File

@ -247,6 +247,8 @@ public class ProviderManager {
* </query>
* &lt;/iq&gt;</pre>
*
* <p>Note: this method is generally only called by the internal Smack classes.
*
* @param elementName the XML element name.
* @param namespace the XML namespace.
* @return
@ -269,6 +271,8 @@ public class ProviderManager {
* &lt;/x&gt;
* &lt;/message&gt;</pre>
*
* <p>Note: this method is generally only called by the internal Smack classes.
*
* @param elementName
* @param namespace
* @return