mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-16 04:12:04 +01: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
|
* 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.
|
* @param listener a packet listener.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -247,6 +247,8 @@ public class ProviderManager {
|
||||||
* </query>
|
* </query>
|
||||||
* </iq></pre>
|
* </iq></pre>
|
||||||
*
|
*
|
||||||
|
* <p>Note: this method is generally only called by the internal Smack classes.
|
||||||
|
*
|
||||||
* @param elementName the XML element name.
|
* @param elementName the XML element name.
|
||||||
* @param namespace the XML namespace.
|
* @param namespace the XML namespace.
|
||||||
* @return
|
* @return
|
||||||
|
@ -269,6 +271,8 @@ public class ProviderManager {
|
||||||
* </x>
|
* </x>
|
||||||
* </message></pre>
|
* </message></pre>
|
||||||
*
|
*
|
||||||
|
* <p>Note: this method is generally only called by the internal Smack classes.
|
||||||
|
*
|
||||||
* @param elementName
|
* @param elementName
|
||||||
* @param namespace
|
* @param namespace
|
||||||
* @return
|
* @return
|
||||||
|
|
Loading…
Reference in a new issue