Searched defs:packet (Results 76 - 100 of 509) sorted by relevance

1234567891011>>

/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/packet/
H A DData.java14 package org.jivesoftware.smackx.bytestreams.ibb.packet;
16 import org.jivesoftware.smack.packet.IQ;
26 /* the data packet extension */
32 * @param data data packet extension containing the encoded data
41 * also set as packet extension so that data packet extension can be
49 * Returns the data packet extension.
51 * Convenience method for <code>packet.getExtension("data",
54 * @return the data packet extension
H A DOpen.java14 package org.jivesoftware.smackx.bytestreams.ibb.packet;
16 import org.jivesoftware.smack.packet.IQ;
37 * Creates a new In-Band Bytestream open request packet.
64 * Creates a new In-Band Bytestream open request packet.
/external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
H A DInitiationListener.java24 import org.jivesoftware.smack.packet.IQ;
25 import org.jivesoftware.smack.packet.Packet;
27 import org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream;
42 /* packet filter for all SOCKS5 Bytestream requests */
59 public void processPacket(final Packet packet) { argument
63 processRequest(packet);
68 private void processRequest(Packet packet) { argument
69 Bytestream byteStreamRequest = (Bytestream) packet;
76 // build bytestream request from packet
104 * Returns the packet filte
[all...]
/external/smack/src/org/jivesoftware/smackx/muc/
H A DConnectionDetachedPacketCollector.java27 import org.jivesoftware.smack.packet.Packet;
48 * Creates a new packet collector. If the packet filter is <tt>null</tt>, then
56 * Creates a new packet collector. If the packet filter is <tt>null</tt>, then
64 * Polls to see if a packet is currently available and returns it, or
68 * @return the next packet result, or <tt>null</tt> if there are no more
76 * Returns the next available packet. The method call will block (not return)
77 * until a packet is available.
79 * @return the next available packet
113 processPacket(Packet packet) argument
[all...]
H A DDeafOccupantInterceptor.java24 import org.jivesoftware.smack.packet.Packet;
25 import org.jivesoftware.smack.packet.PacketExtension;
26 import org.jivesoftware.smack.packet.Presence;
47 public void interceptPacket(Packet packet) { argument
48 Presence presence = (Presence) packet;
53 packet.addExtension(new DeafExtension());
/external/smack/src/org/jivesoftware/smackx/packet/
H A DAttentionExtension.java20 package org.jivesoftware.smackx.packet;
22 import org.jivesoftware.smack.packet.PacketExtension;
51 * @see org.jivesoftware.smack.packet.PacketExtension#getElementName()
60 * @see org.jivesoftware.smack.packet.PacketExtension#getNamespace()
69 * @see org.jivesoftware.smack.packet.PacketExtension#toXML()
H A DChatStateExtension.java21 package org.jivesoftware.smackx.packet;
24 import org.jivesoftware.smack.packet.PacketExtension;
H A DDefaultPrivateData.java21 package org.jivesoftware.smackx.packet;
68 * Returns the XML element name of the private data sub-packet root element.
70 * @return the XML element name of the packet extension.
77 * Returns the XML namespace of the private data sub-packet root element.
79 * @return the XML namespace of the packet extension.
H A DHeader.java14 package org.jivesoftware.smackx.packet;
16 import org.jivesoftware.smack.packet.PacketExtension;
H A DHeadersExtension.java15 package org.jivesoftware.smackx.packet;
20 import org.jivesoftware.smack.packet.PacketExtension;
H A DNick.java19 package org.jivesoftware.smackx.packet;
21 import org.jivesoftware.smack.packet.PacketExtension;
65 * @see org.jivesoftware.smack.packet.PacketExtension#getElementName()
74 * @see org.jivesoftware.smack.packet.PacketExtension#getNamespace()
83 * @see org.jivesoftware.smack.packet.PacketExtension#toXML()
H A DOfflineMessageInfo.java21 package org.jivesoftware.smackx.packet;
23 import org.jivesoftware.smack.packet.PacketExtension;
40 * Returns the XML element name of the extension sub-packet root element.
43 * @return the XML element name of the packet extension.
50 * Returns the XML namespace of the extension sub-packet root element.
53 * @return the XML namespace of the packet extension.
102 * Parses a OfflineMessageInfo packet (extension sub-packet).
H A DPEPItem.java21 package org.jivesoftware.smackx.packet;
23 import org.jivesoftware.smack.packet.PacketExtension;
49 * Returns the XML element name of the extension sub-packet root element.
52 * @return the XML element name of the packet extension.
59 * Returns the XML namespace of the extension sub-packet root element.
61 * @return the XML namespace of the packet extension.
H A DRosterExchange.java21 package org.jivesoftware.smackx.packet;
26 import org.jivesoftware.smack.packet.PacketExtension;
78 * Adds a roster entry to the packet.
91 // Create a new Entry based on the rosterEntry and add it to the packet
99 * Adds a remote roster entry to the packet.
110 * Returns the XML element name of the extension sub-packet root element.
113 * @return the XML element name of the packet extension.
120 * Returns the XML namespace of the extension sub-packet root element.
124 * @return the XML namespace of the packet extension.
131 * Returns an Iterator for the roster entries in the packet
[all...]
H A DSharedGroupsInfo.java20 package org.jivesoftware.smackx.packet;
22 import org.jivesoftware.smack.packet.IQ;
31 * IQ packet used for discovering the user's shared groups and for getting the answer back
H A DVersion.java21 package org.jivesoftware.smackx.packet;
23 import org.jivesoftware.smack.packet.IQ;
26 * A Version IQ packet, which is used by XMPP clients to discover version information
36 * // Create a packet collector to listen for a response.
H A DXHTMLExtension.java21 package org.jivesoftware.smackx.packet;
23 import org.jivesoftware.smack.packet.PacketExtension;
31 * An XHTML sub-packet, which is used by XMPP clients to exchange formatted text. The XHTML
48 * Returns the XML element name of the extension sub-packet root element.
51 * @return the XML element name of the packet extension.
58 * Returns the XML namespace of the extension sub-packet root element.
61 * @return the XML namespace of the packet extension.
96 * Returns an Iterator for the bodies in the packet.
98 * @return an Iterator for the bodies in the packet.
107 * Adds a body to the packet
[all...]
/external/smack/src/org/jivesoftware/smackx/pubsub/packet/
H A DPubSub.java14 package org.jivesoftware.smackx.pubsub.packet;
16 import org.jivesoftware.smack.packet.IQ;
17 import org.jivesoftware.smack.packet.PacketExtension;
21 * The standard PubSub extension of an {@link IQ} packet. This is the topmost
32 * Returns the XML element name of the extension sub-packet root element.
34 * @return the XML element name of the packet extension.
41 * Returns the XML namespace of the extension sub-packet root element.
48 * @return the XML namespace of the packet extension.
56 * Set the namespace for the packet if it something other than the default
85 * The XML representation will be inside of an iq packet lik
[all...]
H A DPubSubNamespace.java14 package org.jivesoftware.smackx.pubsub.packet;
17 * Defines all the valid namespaces that are used with the {@link PubSub} packet
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
H A DAgentWorkgroups.java20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.IQ;
H A DSessionID.java20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.PacketExtension;
29 * Element name of the packet extension.
34 * Namespace of the packet extension.
H A DTranscript.java20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.IQ;
23 import org.jivesoftware.smack.packet.Packet;
90 Packet packet = it.next();
91 buf.append(packet.toXML());
H A DTranscriptSearch.java20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.IQ;
28 * IQ packet for retrieving the transcript search form, submiting the completed search form
36 * Element name of the packet extension.
41 * Namespace of the packet extension.
49 // Add packet extensions, if any are defined.
74 // Parse the packet extension
H A DTranscriptsProvider.java20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.IQ;
H A DUserID.java20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.PacketExtension;
29 * Element name of the packet extension.
34 * Namespace of the packet extension.

Completed in 1023 milliseconds

1234567891011>>