Searched defs:LastActivity (Results 1 - 1 of 1) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/packet/
H A DLastActivity.java38 * LastActivity (XEP-0012) allows for retrieval of how long a particular user has been idle and the
44 public class LastActivity extends IQ { class in inherits:IQ
51 public LastActivity() { method in class:LastActivity
97 * The IQ Provider for LastActivity.
112 LastActivity lastActivity = new LastActivity();
139 * @return the LastActivity packet of the jid.
144 public static LastActivity getLastActivity(Connection con, String jid) throws XMPPException {
145 LastActivity activity = new LastActivity();
[all...]

Completed in 112 milliseconds