| Package | Description |
|---|---|
| org.xmpp.component | |
| org.xmpp.muc | |
| org.xmpp.packet |
| Modifier and Type | Field and Description |
|---|---|
protected JID |
AbstractComponent.jid
The JID of the component, set after registration with a Component manager.
|
| Modifier and Type | Method and Description |
|---|---|
JID |
AbstractComponent.getJID()
Returns the XMPP address / Jabber ID (JID) of this component.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
DestroyRoom(JID alternateJID,
String reason)
Creates a new DestroyRoom with the reason for the destruction and an alternate room JID.
|
| Modifier and Type | Field and Description |
|---|---|
protected JID |
Packet.fromJID |
protected JID |
Packet.toJID |
| Modifier and Type | Method and Description |
|---|---|
JID |
JID.asBareJID()
Returns the bare JID representation of this JID, which is the JID with
resource information removed.
|
JID |
Packet.getFrom()
Returns the XMPP address (JID) that the packet is from, or null
if the "from" attribute is not set.
|
JID |
Roster.Item.getJID()
Returns the JID associated with this item.
|
JID |
Packet.getTo()
Returns the XMPP address (JID) that the packet is addressed to, or null
if the "to" attribute is not set.
|
| Modifier and Type | Method and Description |
|---|---|
Roster.Item |
Roster.addItem(JID jid,
Roster.Subscription subscription)
Adds a new item to the roster.
|
Roster.Item |
Roster.addItem(JID jid,
String name,
Roster.Ask ask,
Roster.Subscription subscription,
Collection<String> groups)
Adds a new item to the roster.
|
int |
JID.compareTo(JID jid) |
void |
Roster.removeItem(JID jid)
Removes an item from this roster.
|
void |
Packet.setFrom(JID from)
Sets the XMPP address (JID) that the packet comes from.
|
void |
Packet.setTo(JID to)
Sets the XMPP address (JID) that the packet is address to.
|
Copyright © 2009–2017 Ignite Realtime. All rights reserved.