Searched refs:packet (Results 176 - 200 of 1029) sorted by last modified time

1234567891011>>

/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());
H A DDiscussionHistory.java27 import org.jivesoftware.smackx.packet.MUCInitialPresence;
H A DHostedRoom.java22 import org.jivesoftware.smackx.packet.DiscoverItems;
H A DInvitationListener.java24 import org.jivesoftware.smack.packet.Message;
H A DMultiUserChat.java52 import org.jivesoftware.smack.packet.IQ;
53 import org.jivesoftware.smack.packet.Message;
54 import org.jivesoftware.smack.packet.Packet;
55 import org.jivesoftware.smack.packet.PacketExtension;
56 import org.jivesoftware.smack.packet.Presence;
57 import org.jivesoftware.smack.packet.Registration;
61 import org.jivesoftware.smackx.packet.DiscoverInfo;
62 import org.jivesoftware.smackx.packet.DiscoverItems;
63 import org.jivesoftware.smackx.packet.MUCAdmin;
64 import org.jivesoftware.smackx.packet
2013 getMUCUserExtension(Packet packet) argument
[all...]
H A DOccupant.java23 import org.jivesoftware.smackx.packet.MUCAdmin;
24 import org.jivesoftware.smackx.packet.MUCUser;
25 import org.jivesoftware.smack.packet.Presence;
H A DPacketMultiplexListener.java28 import org.jivesoftware.smack.packet.Message;
29 import org.jivesoftware.smack.packet.Packet;
30 import org.jivesoftware.smack.packet.Presence;
44 public boolean accept(Packet packet) {
45 Message msg = (Message) packet;
H A DRoomInfo.java25 import org.jivesoftware.smackx.packet.DiscoverInfo;
66 * Every presence packet can include the JID of every occupant unless the owner deactives this
H A DRoomListenerMultiplexor.java27 import org.jivesoftware.smack.packet.Packet;
/external/smack/src/org/jivesoftware/smackx/packet/
H A DAdHocCommandData.java21 package org.jivesoftware.smackx.packet;
23 import org.jivesoftware.smack.packet.IQ;
24 import org.jivesoftware.smack.packet.PacketExtension;
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 DDataForm.java21 package org.jivesoftware.smackx.packet;
23 import org.jivesoftware.smack.packet.PacketExtension;
57 * <li>form -> This packet contains a form to fill out. Display it to the user (if your
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 DDelayInfo.java14 package org.jivesoftware.smackx.packet;
H A DDelayInformation.java21 package org.jivesoftware.smackx.packet;
28 import org.jivesoftware.smack.packet.PacketExtension;
32 * always includes the timestamp when the packet was originally sent and may include more
33 * information such as the JID of the entity that originally sent the packet as well as the reason
71 * Returns the JID of the entity that originally sent the packet or that delayed the
72 * delivery of the packet or <tt>null</tt> if this information is not available.
74 * @return the JID of the entity that originally sent the packet or that delayed the
75 * delivery of the packet.
82 * Sets the JID of the entity that originally sent the packet or that delayed the
83 * delivery of the packet o
[all...]
H A DDiscoverInfo.java21 package org.jivesoftware.smackx.packet;
23 import org.jivesoftware.smack.packet.IQ;
34 * A DiscoverInfo IQ packet, which is used by XMPP clients to request and receive information
90 * Adds a collection of features to the packet. Does noting if featuresToAdd is null.
211 // Add packet extensions, if any are defined.
358 // Check if this packet has 'lang' set and maybe append it to the resulting string
365 // Check if this packet has 'type' set and maybe append it to the resulting string
H A DDiscoverItems.java21 package org.jivesoftware.smackx.packet;
23 import org.jivesoftware.smack.packet.IQ;
33 * A DiscoverItems IQ packet, which is used by XMPP clients to request and receive items
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 DLastActivity.java21 package org.jivesoftware.smackx.packet;
30 import org.jivesoftware.smack.packet.IQ;
139 * @return the LastActivity packet of the jid.
H A DMUCAdmin.java21 package org.jivesoftware.smackx.packet;
27 import org.jivesoftware.smack.packet.IQ;
30 * IQ packet that serves for kicking users, granting and revoking voice, banning users,
74 // Add packet extensions, if any are defined.
H A DMUCInitialPresence.java21 package org.jivesoftware.smackx.packet;
23 import org.jivesoftware.smack.packet.PacketExtension;
H A DMUCOwner.java21 package org.jivesoftware.smackx.packet;
22 import org.jivesoftware.smack.packet.IQ;
30 * IQ packet that serves for granting and revoking ownership privileges, granting
99 // Add packet extensions, if any are defined.

Completed in 1593 milliseconds

1234567891011>>