Home | History | Annotate | Download | only in smackx

Lines Matching full:last

36  * A last activity manager for handling information about the last activity

38 * of existing Connections. It also allows to request last activity information
62 * To get the lapsed time since the last user logout is the same as above but
78 * @see <a href="http://xmpp.org/extensions/xep-0012.html">XEP-0012: Last
98 * Creates a last activity manager to response last activity requests.
101 * The Connection that the last activity requests will use.
132 // Register a listener for a last activity query
163 * The idle time is the lapsed time between the last message sent and now.
165 * @return the lapsed time between the last message sent and now.
177 * Returns the last activity of a particular jid. If the jid is a full JID
178 * (i.e., a JID of the form of 'user@host/resource') then the last activity
180 * jid is a bare JID (e.g. 'user@host') then the last activity is the lapsed
181 * time since the last logout or 0 if the user is currently logged in.
183 * 'host') the last activity is the uptime.
214 * Returns true if Last Activity (XEP-0012) is supported by a given JID
217 * @param jid a JID to be tested for Last Activity support
218 * @return true if Last Activity is supported, otherwise false