|
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.geolocation.GeolocationPacketExtensionProvider
public class GeolocationPacketExtensionProvider
This class parses incoming messages and extracts the geolocation parameters from the raw XML messages.
| Field Summary | |
|---|---|
static String |
ELEMENT_NAME
The name of the XML element used for transport of geolocation parameters. |
static String |
NAMESPACE
The names XMPP space that the geolocation elements belong to. |
| Constructor Summary | |
|---|---|
GeolocationPacketExtensionProvider()
Creates a new GeolocationPacketExtensionProvider. |
|
| Method Summary | |
|---|---|
org.jivesoftware.smack.packet.PacketExtension |
parseExtension(org.xmlpull.v1.XmlPullParser parser)
Parses a GeolocationPacketExtension packet (extension sub-packet). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ELEMENT_NAME
public static final String NAMESPACE
| Constructor Detail |
|---|
public GeolocationPacketExtensionProvider()
| Method Detail |
|---|
public org.jivesoftware.smack.packet.PacketExtension parseExtension(org.xmlpull.v1.XmlPullParser parser)
throws Exception
parseExtension in interface org.jivesoftware.smack.provider.PacketExtensionProviderparser - an XML parser.
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 | |||||||||