Uses of Class
org.xmpp.packet.Packet
Packages that use Packet
-
Uses of Packet in org.xmpp.component
Methods in org.xmpp.component with parameters of type PacketModifier and TypeMethodDescriptionfinal voidAbstractComponent.processPacket(Packet packet) voidComponent.processPacket(Packet packet) Processes a packet sent to this Component.protected voidHelper method to send packets.voidComponentManager.sendPacket(Component component, Packet packet) Sends a packet to the XMPP server. -
Uses of Packet in org.xmpp.muc
Subclasses of Packet in org.xmpp.mucModifier and TypeClassDescriptionclassDestroyRoom is a packet that when sent will ask the server to destroy a given room.classRepresents an invitation to a Multi-User Chat room from a room occupant to a user that is not an occupant of the room.classInitial presence sent when joining an existing room or creating a new room.classInitial presence sent when joining an existing room or creating a new room.classRoomConfiguration is a packet that helps to set the configuration of MUC rooms. -
Uses of Packet in org.xmpp.packet
Subclasses of Packet in org.xmpp.packetModifier and TypeClassDescriptionclassIQ (Info/Query) packet.classMessage packet.classPresence packet.classRoster packet.Methods in org.xmpp.packet that return PacketModifier and TypeMethodDescriptionabstract PacketPacket.createCopy()Creates a deep copy of this packet.