mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 18:59:41 +02:00
Javdoc fixes.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2243 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
613f4b388b
commit
279aabc049
7 changed files with 13 additions and 11 deletions
|
@ -164,7 +164,8 @@ public class Roster {
|
|||
* The default subscription mode is {@link #SUBSCRIPTION_ACCEPT_ALL}.<p>
|
||||
*
|
||||
* If using the manual mode, a PacketListener should be registered that
|
||||
* listens for Presence packets that have a type of {@link Presence.Type#SUBSCRIBE}.
|
||||
* listens for Presence packets that have a type of
|
||||
* {@link org.jivesoftware.smack.packet.Presence.Type#SUBSCRIBE}.
|
||||
*
|
||||
* @return the subscription mode.
|
||||
*/
|
||||
|
@ -178,7 +179,8 @@ public class Roster {
|
|||
* The default subscription mode is {@link #SUBSCRIPTION_ACCEPT_ALL}.<p>
|
||||
*
|
||||
* If using the manual mode, a PacketListener should be registered that
|
||||
* listens for Presence packets that have a type of {@link Presence.Type#SUBSCRIBE}.
|
||||
* listens for Presence packets that have a type of
|
||||
* {@link org.jivesoftware.smack.packet.Presence.Type#SUBSCRIBE}.
|
||||
*
|
||||
* @param subscriptionMode the subscription mode.
|
||||
*/
|
||||
|
@ -510,7 +512,7 @@ public class Roster {
|
|||
* is unavailable (offline) or if no presence information is available, such as
|
||||
* when you are not subscribed to the user's presence updates.
|
||||
*
|
||||
* @param user a fully qualified xmpp ID including a resource, e.g. jdoe@example.com/Home
|
||||
* @param userResource a fully qualified xmpp ID including a resource, e.g. jdoe@example.com/Home
|
||||
* @return the user's current presence, or <tt>null</tt> if the user is unavailable
|
||||
* or if no presence information is available.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue