|
Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jivesoftware.smackx.provider.DelayInformationProvider
org.jivesoftware.smackx.provider.DelayInfoProvider
public class DelayInfoProvider
This provider simply creates a DelayInfo decorator for the DelayInformation that
is returned by the superclass. This allows the new code using
Delay Information XEP-0203 to be
backward compatible with XEP-0091.
This provider must be registered in the smack.properties file for the element delay with namespace urn:xmpp:delay
| Constructor Summary | |
|---|---|
DelayInfoProvider()
|
|
| Method Summary | |
|---|---|
PacketExtension |
parseExtension(org.xmlpull.v1.XmlPullParser parser)
Parse an extension sub-packet and create a PacketExtension instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DelayInfoProvider()
| Method Detail |
|---|
public PacketExtension parseExtension(org.xmlpull.v1.XmlPullParser parser)
throws java.lang.Exception
PacketExtensionProvider
parseExtension in interface PacketExtensionProviderparseExtension in class DelayInformationProviderparser - an XML parser.
java.lang.Exception - if an error occurs parsing the XML.
|
Smack | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||