com.valhalla.jbother.jabber.smack.provider
Class LastActivityProvider

java.lang.Object
  extended by com.valhalla.jbother.jabber.smack.provider.LastActivityProvider
All Implemented Interfaces:
org.jivesoftware.smack.provider.IQProvider

public class LastActivityProvider
extends java.lang.Object
implements org.jivesoftware.smack.provider.IQProvider

Parses Last Activity packets

Author:
Andrey Zakirov

Constructor Summary
LastActivityProvider()
           
 
Method Summary
 org.jivesoftware.smack.packet.IQ parseIQ(org.xmlpull.v1.XmlPullParser parser)
          parses the packet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LastActivityProvider

public LastActivityProvider()
Method Detail

parseIQ

public org.jivesoftware.smack.packet.IQ parseIQ(org.xmlpull.v1.XmlPullParser parser)
parses the packet

Specified by:
parseIQ in interface org.jivesoftware.smack.provider.IQProvider
Parameters:
parser - the xml parser
Returns:
the parsed IQ object