|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.protocol.jabber.extensions.gtalk.SessionIQProvider
public class SessionIQProvider
An implementation of a GTalk session IQ provider that parses incoming session IQs.
| Field Summary | |
|---|---|
static String |
GTALK_AUDIO_NAMESPACE
Namespace for "audio" description. |
static String |
GTALK_VIDEO_NAMESPACE
Namespace for "video" description. |
| Constructor Summary | |
|---|---|
SessionIQProvider()
Creates a new instance of the SessionIQProvider and register all GTalk related extension providers. |
|
| Method Summary | |
|---|---|
org.jivesoftware.smack.packet.IQ |
parseIQ(org.xmlpull.v1.XmlPullParser parser)
Parses a GTalk session IQ sub-document and returns a SessionIQ
instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String GTALK_AUDIO_NAMESPACE
public static final String GTALK_VIDEO_NAMESPACE
| Constructor Detail |
|---|
public SessionIQProvider()
| Method Detail |
|---|
public org.jivesoftware.smack.packet.IQ parseIQ(org.xmlpull.v1.XmlPullParser parser)
throws Exception
SessionIQ
instance.
parseIQ in interface org.jivesoftware.smack.provider.IQProviderparser - an XML parser.
SessionIQ instance.
Exception - if an error occurs parsing the XML.
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||