Home
last modified time | relevance | path

Searched refs:DelayInformation (Results 1 – 5 of 5) sorted by relevance

/external/smack/src/org/jivesoftware/smackx/provider/
DDelayInformationProvider.java30 import org.jivesoftware.smackx.packet.DelayInformation;
60 DelayInformation delayInformation = new DelayInformation(stamp); in parseExtension()
DDelayInfoProvider.java19 import org.jivesoftware.smackx.packet.DelayInformation;
39 return new DelayInfo((DelayInformation)super.parseExtension(parser)); in parseExtension()
/external/smack/src/org/jivesoftware/smackx/packet/
DDelayInfo.java29 public class DelayInfo extends DelayInformation
32 DelayInformation wrappedInfo;
38 public DelayInfo(DelayInformation delay) in DelayInfo()
DDelayInformation.java41 public class DelayInformation implements PacketExtension { class
65 public DelayInformation(Date stamp) { in DelayInformation() method in DelayInformation
/external/smack/src/org/jivesoftware/smackx/pubsub/
DNode.java38 import org.jivesoftware.smackx.packet.DelayInformation;
405 DelayInformation delay = (DelayInformation)packet.getExtension("delay", "urn:xmpp:delay"); in processPacket()
410 delay = (DelayInformation)packet.getExtension("x", "jabber:x:delay"); in processPacket()