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

java.lang.Object
  extended bycom.valhalla.jbother.jabber.smack.provider.TimeProvider
All Implemented Interfaces:
org.jivesoftware.smack.provider.IQProvider

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

Parses jabber:iq:time IQ packets

Author:
synic

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

Constructor Detail

TimeProvider

public TimeProvider()
Method Detail

parseIQ

public org.jivesoftware.smack.packet.IQ parseIQ(org.xmlpull.v1.XmlPullParser parser)
                                         throws java.lang.Exception
Parses the IQ XML

Specified by:
parseIQ in interface org.jivesoftware.smack.provider.IQProvider
Parameters:
parser - the xml parser
Returns:
the IQ packet
Throws:
java.lang.Exception - if an error occurs while parsing the XML