| Package | Description |
|---|---|
| org.xmpp.component | |
| org.xmpp.muc | |
| org.xmpp.packet |
| Modifier and Type | Method and Description |
|---|---|
protected IQ |
AbstractComponent.handleDiscoInfo(IQ iq)
Default handler of Service Discovery Info requests.
|
protected IQ |
AbstractComponent.handleDiscoItems(IQ iq)
Default handler of Service Discovery Info requests.
|
protected IQ |
AbstractComponent.handleEntityTime(IQ iq)
Default handler of Entity Time requests (XEP-0202).
|
protected IQ |
AbstractComponent.handleIQGet(IQ iq)
Override this method to handle the IQ stanzas of type
get that
could not be processed by the AbstractComponent implementation. |
protected IQ |
AbstractComponent.handleIQSet(IQ iq)
Override this method to handle the IQ stanzas of type
set that
could not be processed by the AbstractComponent implementation. |
protected IQ |
AbstractComponent.handleLastActivity(IQ iq)
Default handler of Last Activity requests (XEP-0012).
|
protected IQ |
AbstractComponent.handlePing(IQ iq)
Default handler of Ping requests (XEP-0199).
|
IQ |
ComponentManager.query(Component component,
IQ packet,
long timeout)
Sends an IQ packet to the XMPP server and waits to get an IQ of type result or error.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractComponent.dropStanza(IQ iq) |
protected IQ |
AbstractComponent.handleDiscoInfo(IQ iq)
Default handler of Service Discovery Info requests.
|
protected IQ |
AbstractComponent.handleDiscoItems(IQ iq)
Default handler of Service Discovery Info requests.
|
protected IQ |
AbstractComponent.handleEntityTime(IQ iq)
Default handler of Entity Time requests (XEP-0202).
|
protected void |
AbstractComponent.handleIQError(IQ iq)
Override this method to handle the IQ stanzas of type
error that
are received by the component. |
protected IQ |
AbstractComponent.handleIQGet(IQ iq)
Override this method to handle the IQ stanzas of type
get that
could not be processed by the AbstractComponent implementation. |
protected void |
AbstractComponent.handleIQResult(IQ iq)
Override this method to handle the IQ stanzas of type
result
that are received by the component. |
protected IQ |
AbstractComponent.handleIQSet(IQ iq)
Override this method to handle the IQ stanzas of type
set that
could not be processed by the AbstractComponent implementation. |
protected IQ |
AbstractComponent.handleLastActivity(IQ iq)
Default handler of Last Activity requests (XEP-0012).
|
protected IQ |
AbstractComponent.handlePing(IQ iq)
Default handler of Ping requests (XEP-0199).
|
void |
ComponentManager.query(Component component,
IQ packet,
IQResultListener listener)
Sends an IQ packet to the server and returns immediately.
|
IQ |
ComponentManager.query(Component component,
IQ packet,
long timeout)
Sends an IQ packet to the XMPP server and waits to get an IQ of type result or error.
|
void |
IQResultListener.receivedAnswer(IQ packet)
Notification method indicating that a previously sent IQ packet has been answered.
|
| 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 |
RoomConfiguration
RoomConfiguration is a packet that helps to set the configuration of MUC rooms.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Roster
Roster packet.
|
| Modifier and Type | Method and Description |
|---|---|
IQ |
IQ.createCopy()
Returns a deep copy of this IQ.
|
static IQ |
IQ.createResultIQ(IQ iq)
|
| Modifier and Type | Method and Description |
|---|---|
static IQ |
IQ.createResultIQ(IQ iq)
|
Copyright © 2009–2021 Ignite Realtime. All rights reserved.