Searched refs:DelayInformation (Results 1 – 5 of 5) sorted by relevance
30 import org.jivesoftware.smackx.packet.DelayInformation;60 DelayInformation delayInformation = new DelayInformation(stamp); in parseExtension()
19 import org.jivesoftware.smackx.packet.DelayInformation;39 return new DelayInfo((DelayInformation)super.parseExtension(parser)); in parseExtension()
29 public class DelayInfo extends DelayInformation32 DelayInformation wrappedInfo;38 public DelayInfo(DelayInformation delay) in DelayInfo()
41 public class DelayInformation implements PacketExtension { class65 public DelayInformation(Date stamp) { in DelayInformation() method in DelayInformation
38 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()