| Package | Description |
|---|---|
| org.xmpp.component | |
| org.xmpp.muc | |
| org.xmpp.packet |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractComponent.processPacket(Packet packet) |
void |
Component.processPacket(Packet packet)
Processes a packet sent to this Component.
|
protected void |
AbstractComponent.send(Packet packet)
Helper method to send packets.
|
void |
ComponentManager.sendPacket(Component component,
Packet packet)
Sends a packet to the XMPP server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DestroyRoom
DestroyRoom is a packet that when sent will ask the server to destroy a given room.
|
class |
Invitation
Represents an invitation to a Multi-User Chat room from a room occupant to a user that is not
an occupant of the room.
|
class |
JoinRoom
Initial presence sent when joining an existing room or creating a new room.
|
class |
LeaveRoom
Initial presence sent when joining an existing room or creating a new room.
|
class |
RoomConfiguration
RoomConfiguration is a packet that helps to set the configuration of MUC rooms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IQ
IQ (Info/Query) packet.
|
class |
Message
Message packet.
|
class |
Presence
Presence packet.
|
class |
Roster
Roster packet.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Packet |
Packet.createCopy()
Creates a deep copy of this packet.
|
Copyright © 2009–2017 Ignite Realtime. All rights reserved.