Uses of Class
org.jivesoftware.smackx.packet.LastActivity

Packages that use LastActivity
org.jivesoftware.smackx Smack extensions API. 
org.jivesoftware.smackx.packet XML packets that are part of the XMPP extension protocols. 
 

Uses of LastActivity in org.jivesoftware.smackx
 

Methods in org.jivesoftware.smackx that return LastActivity
static LastActivity LastActivityManager.getLastActivity(XMPPConnection con, String jid)
          Returns the last activity of a particular jid.
 

Uses of LastActivity in org.jivesoftware.smackx.packet
 

Methods in org.jivesoftware.smackx.packet that return LastActivity
static LastActivity LastActivity.getLastActivity(XMPPConnection con, String jid)
          Deprecated. This method only retreives the lapsed time since the last logout of a particular jid. Replaced by getLastActivity
 



Copyright © 2013 LittleShoot. All Rights Reserved.