Home | History | Annotate | Download | only in smackx

Lines Matching full:packet

28 import org.jivesoftware.smack.packet.Message;
29 import org.jivesoftware.smack.packet.Packet;
30 import org.jivesoftware.smack.packet.PacketExtension;
31 import org.jivesoftware.smackx.packet.ChatStateExtension;
38 * packet extensions and the disco response neccesary for compliance with
47 * @see org.jivesoftware.smackx.packet.ChatStateExtension
107 * packet with the state attached as a {@link org.jivesoftware.smack.packet.PacketExtension}, if
114 * packet.
164 public void interceptPacket(Packet packet) {
165 Message message = (Message) packet;