From 376fd1a01c0ce2e79d437172121cf3a14864321b Mon Sep 17 00:00:00 2001 From: Matt Tucker Date: Thu, 15 May 2003 17:36:58 +0000 Subject: [PATCH] Small Javadoc fixes. git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1938 b35dd754-fafc-0310-a699-88a17e54d16e --- source/org/jivesoftware/smack/GroupChat.java | 6 +++++- source/org/jivesoftware/smack/provider/ProviderManager.java | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/source/org/jivesoftware/smack/GroupChat.java b/source/org/jivesoftware/smack/GroupChat.java index b4625481f..2fa272842 100644 --- a/source/org/jivesoftware/smack/GroupChat.java +++ b/source/org/jivesoftware/smack/GroupChat.java @@ -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. */ diff --git a/source/org/jivesoftware/smack/provider/ProviderManager.java b/source/org/jivesoftware/smack/provider/ProviderManager.java index 0d31bca78..b9000377a 100644 --- a/source/org/jivesoftware/smack/provider/ProviderManager.java +++ b/source/org/jivesoftware/smack/provider/ProviderManager.java @@ -247,6 +247,8 @@ public class ProviderManager { * </query> * </iq> * + *

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 { * </x> * </message> * + *

Note: this method is generally only called by the internal Smack classes. + * * @param elementName * @param namespace * @return