| Package | Description |
|---|---|
| org.xmpp.component |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentManager.addComponent(String subdomain,
Component component)
Adds a component.
|
void |
AbstractComponent.initialize(JID jid,
ComponentManager componentManager)
Initialize the abstract component.
|
void |
Component.initialize(JID jid,
ComponentManager componentManager)
Initializes this component with a ComponentManager and the JID
that this component is available at (e.g.
|
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 |
ComponentManager.removeComponent(String subdomain)
Removes a component.
|
void |
ComponentManager.sendPacket(Component component,
Packet packet)
Sends a packet to the XMPP server.
|
Copyright © 2009–2017 Ignite Realtime. All rights reserved.