net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt
Class InputEvtIQProvider
java.lang.Object
net.java.sip.communicator.impl.protocol.jabber.extensions.inputevt.InputEvtIQProvider
- All Implemented Interfaces:
- org.jivesoftware.smack.provider.IQProvider
public class InputEvtIQProvider
- extends Object
- implements org.jivesoftware.smack.provider.IQProvider
Implements an IQProvider which parses incoming InputEvtIQs.
- Author:
- Sebastien Vincent
|
Method Summary |
org.jivesoftware.smack.packet.IQ |
parseIQ(org.xmlpull.v1.XmlPullParser parser)
Parse the Input IQ sub-document and returns the corresponding
InputEvtIQ. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputEvtIQProvider
public InputEvtIQProvider()
parseIQ
public org.jivesoftware.smack.packet.IQ parseIQ(org.xmlpull.v1.XmlPullParser parser)
throws Exception
- Parse the Input IQ sub-document and returns the corresponding
InputEvtIQ.
- Specified by:
parseIQ in interface org.jivesoftware.smack.provider.IQProvider
- Parameters:
parser - XML parser
- Returns:
- InputEvtIQ
- Throws:
Exception - if something goes wrong during parsing
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.