Commit e21ea02f authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Improved javadoc. JM-234


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@1662 b35dd754-fafc-0310-a699-88a17e54d16e
parent eca81905
......@@ -78,9 +78,9 @@ public class PresencePlugin implements Plugin {
}
/**
* Returns the presence of the requested user. If presences are not public then the user
* presence will be returned if and only if the sender of the request is subscribed to the
* user presence.
* Returns the presence of the requested user or <tt>null</tt> if the user is offline. If
* presences are not public then the user presence will be returned if and only if the sender
* of the request is subscribed to the user presence.
*
* @param sender the bare JID of the user making the request.
* @param username the username of the user whose presence is being probed.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment