Searched refs:packet (Results 151 - 175 of 1029) sorted by last modified time

1234567891011>>

/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
H A DSocks5Client.java30 import org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost;
H A DSocks5ClientForInitiator.java22 import org.jivesoftware.smack.packet.IQ;
24 import org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream;
25 import org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost;
92 * Activates the SOCKS5 Bytestream by sending a XMPP SOCKS5 Bytestream activation packet to the
102 * Returns a SOCKS5 Bytestream activation packet.
104 * @return SOCKS5 Bytestream activation packet
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/packet/
H A DBytestream.java14 package org.jivesoftware.smackx.bytestreams.socks5.packet;
21 import org.jivesoftware.smack.packet.IQ;
22 import org.jivesoftware.smack.packet.PacketExtension;
25 * A packet representing part of a SOCKS5 Bytestream negotiation.
136 * Returns the list of stream hosts contained in the packet.
138 * @return Returns the list of stream hosts contained in the packet.
164 * Returns the count of stream hosts contained in this packet.
166 * @return Returns the count of stream hosts contained in this packet.
192 * Returns the activate element of the packet sent to the proxy host to verify the identity of
195 * @return Returns the activate element of the packet sen
[all...]
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/provider/
H A DBytestreamsProvider.java16 import org.jivesoftware.smack.packet.IQ;
18 import org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream;
22 * Parses a bytestream packet.
/external/smack/src/org/jivesoftware/smackx/carbons/
H A DCarbon.java19 import org.jivesoftware.smack.packet.Packet;
20 import org.jivesoftware.smack.packet.PacketExtension;
24 import org.jivesoftware.smackx.packet.DelayInfo;
30 * the packet extension and a {@link PacketExtensionProvider} to parse
31 * message carbon copies from a packet. The extension
62 * get the forwarded packet.
H A DCarbonManager.java30 import org.jivesoftware.smack.packet.IQ;
31 import org.jivesoftware.smack.packet.Message;
32 import org.jivesoftware.smack.packet.Packet;
34 import org.jivesoftware.smackx.packet.DiscoverInfo;
124 public void processPacket(Packet packet) {
125 IQ result = (IQ)packet;
/external/smack/src/org/jivesoftware/smackx/commands/
H A DAdHocCommand.java23 import org.jivesoftware.smack.packet.XMPPError;
25 import org.jivesoftware.smackx.packet.AdHocCommandData;
94 // This method is implemented to provide an easy way of getting a packet
H A DAdHocCommandManager.java26 import org.jivesoftware.smack.packet.IQ;
27 import org.jivesoftware.smack.packet.Packet;
28 import org.jivesoftware.smack.packet.PacketExtension;
29 import org.jivesoftware.smack.packet.XMPPError;
36 import org.jivesoftware.smackx.packet.AdHocCommandData;
37 import org.jivesoftware.smackx.packet.DiscoverInfo;
38 import org.jivesoftware.smackx.packet.DiscoverInfo.Identity;
39 import org.jivesoftware.smackx.packet.DiscoverItems;
258 * <li>Adds packet listeners to handle execution requests</li>
337 // The packet listene
[all...]
H A DLocalCommand.java23 import org.jivesoftware.smackx.packet.AdHocCommandData;
H A DRemoteCommand.java28 import org.jivesoftware.smack.packet.IQ;
29 import org.jivesoftware.smack.packet.Packet;
31 import org.jivesoftware.smackx.packet.AdHocCommandData;
67 * The default value is the default packet reply timeout (5000 ms).
/external/smack/src/org/jivesoftware/smackx/entitycaps/
H A DEntityCapsManager.java28 import org.jivesoftware.smack.packet.IQ;
29 import org.jivesoftware.smack.packet.Packet;
30 import org.jivesoftware.smack.packet.PacketExtension;
31 import org.jivesoftware.smack.packet.Presence;
44 import org.jivesoftware.smackx.entitycaps.packet.CapsExtension;
45 import org.jivesoftware.smackx.packet.DiscoverInfo;
46 import org.jivesoftware.smackx.packet.DataForm;
47 import org.jivesoftware.smackx.packet.DiscoverInfo.Feature;
48 import org.jivesoftware.smackx.packet.DiscoverInfo.Identity;
49 import org.jivesoftware.smackx.packet
[all...]
/external/smack/src/org/jivesoftware/smackx/entitycaps/cache/
H A DEntityCapsPersistentCache.java18 import org.jivesoftware.smackx.packet.DiscoverInfo;
H A DSimpleDirectoryPersistentCache.java28 import org.jivesoftware.smack.packet.IQ;
34 import org.jivesoftware.smackx.packet.DiscoverInfo;
120 * Writes the DiscoverInfo packet to an file
136 * Tries to restore an DiscoverInfo packet from a file.
/external/smack/src/org/jivesoftware/smackx/entitycaps/packet/
H A DCapsExtension.java18 package org.jivesoftware.smackx.entitycaps.packet;
20 import org.jivesoftware.smack.packet.PacketExtension;
/external/smack/src/org/jivesoftware/smackx/entitycaps/provider/
H A DCapsExtensionProvider.java23 import org.jivesoftware.smack.packet.PacketExtension;
26 import org.jivesoftware.smackx.entitycaps.packet.CapsExtension;
/external/smack/src/org/jivesoftware/smackx/filetransfer/
H A DFaultTolerantNegotiator.java28 import org.jivesoftware.smack.packet.Packet;
29 import org.jivesoftware.smackx.packet.StreamInitiation;
H A DFileTransferManager.java27 import org.jivesoftware.smack.packet.IQ;
28 import org.jivesoftware.smack.packet.Packet;
29 import org.jivesoftware.smack.packet.XMPPError;
31 import org.jivesoftware.smackx.packet.StreamInitiation;
90 public void processPacket(Packet packet) {
91 fireNewRequest((StreamInitiation) packet);
H A DFileTransferNegotiator.java38 import org.jivesoftware.smack.packet.IQ;
39 import org.jivesoftware.smack.packet.Packet;
40 import org.jivesoftware.smack.packet.XMPPError;
46 import org.jivesoftware.smackx.packet.DataForm;
47 import org.jivesoftware.smackx.packet.StreamInitiation;
168 * A convenience method to create an IQ packet.
170 * @param ID The packet ID of the
171 * @param to To whom the packet is addressed.
172 * @param from From whom the packet is sent.
173 * @param type The IQ type of the packet
[all...]
H A DFileTransferRequest.java22 import org.jivesoftware.smackx.packet.StreamInitiation;
108 * Returns the stream initiation packet that was sent by the requestor which
112 * @return Returns the stream initiation packet that was sent by the
H A DIBBTransferNegotiator.java31 import org.jivesoftware.smack.packet.IQ;
32 import org.jivesoftware.smack.packet.Packet;
36 import org.jivesoftware.smackx.bytestreams.ibb.packet.Open;
37 import org.jivesoftware.smackx.packet.StreamInitiation;
129 public boolean accept(Packet packet) { argument
130 if (super.accept(packet)) {
131 Open bytestream = (Open) packet;
133 // packet must by of type SET and contains the given session ID
H A DOutgoingFileTransfer.java23 import org.jivesoftware.smack.packet.XMPPError;
283 //Create packet filter
H A DSocks5TransferNegotiator.java27 import org.jivesoftware.smack.packet.IQ;
28 import org.jivesoftware.smack.packet.Packet;
32 import org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream;
33 import org.jivesoftware.smackx.packet.StreamInitiation;
140 public boolean accept(Packet packet) { argument
141 if (super.accept(packet)) {
142 Bytestream bytestream = (Bytestream) packet;
144 // packet must by of type SET and contains the given session ID
H A DStreamNegotiator.java27 import org.jivesoftware.smack.packet.IQ;
28 import org.jivesoftware.smack.packet.Packet;
29 import org.jivesoftware.smack.packet.XMPPError;
32 import org.jivesoftware.smackx.packet.DataForm;
33 import org.jivesoftware.smackx.packet.StreamInitiation;
49 * Creates the initiation acceptance packet to forward to the stream
104 * Returns the packet filter that will return the initiation packet for the appropriate stream
109 * @return The <b><i>PacketFilter</b></i> that will return the packet relatable to the stream
/external/smack/src/org/jivesoftware/smackx/forward/
H A DForwarded.java19 import org.jivesoftware.smack.packet.Packet;
20 import org.jivesoftware.smack.packet.PacketExtension;
23 import org.jivesoftware.smackx.packet.DelayInfo;
29 * the packet extension and a {@link PacketExtensionProvider} to parse
30 * forwarded messages from a packet. The extension
48 * Creates a new Forwarded packet extension.
50 * @param delay an optional {@link DelayInfo} timestamp of the packet.
51 * @param fwdPacket the packet that is forwarded (required).
83 * get the packet forwarded by this stanza.
92 * get the timestamp of the forwarded packet
[all...]
/external/smack/src/org/jivesoftware/smackx/muc/
H A DAffiliate.java23 import org.jivesoftware.smackx.packet.MUCAdmin;
24 import org.jivesoftware.smackx.packet.MUCOwner;

Completed in 1433 milliseconds

1234567891011>>