| Package | Description |
|---|---|
| org.jivesoftware.openfire.handler |
IQ class implementations.
|
| org.jivesoftware.openfire.roster |
Provides classes for managing the roster.
|
| Modifier and Type | Method and Description |
|---|---|
RosterItem.AskType |
PresenceSubscribeHandler.Change.getNewAsk() |
| Constructor and Description |
|---|
Change(RosterItem.RecvType recv,
RosterItem.SubType sub,
RosterItem.AskType ask) |
| Modifier and Type | Field and Description |
|---|---|
static RosterItem.AskType |
RosterItem.ASK_NONE
The roster item has no pending subscription requests.
|
static RosterItem.AskType |
RosterItem.ASK_SUBSCRIBE
The roster item has been asked for permission to subscribe to their presence
but no response has been received.
|
static RosterItem.AskType |
RosterItem.ASK_UNSUBSCRIBE
The roster owner has asked to the roster item to unsubscribe from it's
presence but has not received confirmation.
|
protected RosterItem.AskType |
RosterItem.askStatus |
| Modifier and Type | Method and Description |
|---|---|
RosterItem.AskType |
RosterItem.getAskStatus()
Obtain the current ask status of the item.
|
static RosterItem.AskType |
RosterItem.getAskStatus(org.xmpp.packet.Roster.Item item) |
static RosterItem.AskType |
RosterItem.AskType.getTypeFromInt(int value) |
static RosterItem.AskType |
RosterItem.AskType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RosterItem.AskType[] |
RosterItem.AskType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RosterItem.setAskStatus(RosterItem.AskType askStatus)
Set the current ask status of the item.
|
| Constructor and Description |
|---|
RosterItem(org.xmpp.packet.JID jid,
RosterItem.SubType subStatus,
RosterItem.AskType askStatus,
RosterItem.RecvType recvStatus,
String nickname,
List<String> groups) |
RosterItem(long id,
org.xmpp.packet.JID jid,
RosterItem.SubType subStatus,
RosterItem.AskType askStatus,
RosterItem.RecvType recvStatus,
String nickname,
List<String> groups) |
Copyright © 2003–2020 Ignite Realtime. All rights reserved.