Searched refs:LastActivity (Results 1 - 4 of 4) sorted by path

/external/smack/asmack-master/static-src/custom/org/jivesoftware/smackx/
H A DConfigureProviderManager.java30 import org.jivesoftware.smackx.packet.LastActivity;
136 pm.addIQProvider("query","jabber:iq:last", new LastActivity.Provider());
/external/smack/src/org/jivesoftware/smackx/
H A DConfigureProviderManager.java30 import org.jivesoftware.smackx.packet.LastActivity;
136 pm.addIQProvider("query","jabber:iq:last", new LastActivity.Provider());
H A DLastActivityManager.java33 import org.jivesoftware.smackx.packet.LastActivity;
37 * associated with a Jabber ID. A manager handles incoming LastActivity requests
42 * LastActivity (XEP-0012) based on the sending JID's type allows for retrieval
53 * the LastActivity packet to them, as in the following code:
59 * LastActivity activity = LastActivity.getLastActivity(con, "xray@jabber.org/Smack");
66 * LastActivity activity = LastActivity.getLastActivity(con, "xray@jabber.org");
69 * To get the uptime of a host, you simple send the LastActivity packet to it,
74 * LastActivity activit
[all...]
/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 387 milliseconds