| 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.RecvType |
PresenceSubscribeHandler.Change.getNewRecv() |
| Constructor and Description |
|---|
Change(RosterItem.RecvType recv,
RosterItem.SubType sub,
RosterItem.AskType ask) |
| Modifier and Type | Field and Description |
|---|---|
static RosterItem.RecvType |
RosterItem.RECV_NONE
There are no subscriptions that have been received but not presented to the user.
|
static RosterItem.RecvType |
RosterItem.RECV_SUBSCRIBE
The server has received a subscribe request, but has not forwarded it to the user.
|
static RosterItem.RecvType |
RosterItem.RECV_UNSUBSCRIBE
The server has received an unsubscribe request, but has not forwarded it to the user.
|
protected RosterItem.RecvType |
RosterItem.recvStatus |
| Modifier and Type | Method and Description |
|---|---|
RosterItem.RecvType |
RosterItem.getRecvStatus()
Obtain the current recv status of the item.
|
static RosterItem.RecvType |
RosterItem.RecvType.getTypeFromInt(int value) |
static RosterItem.RecvType |
RosterItem.RecvType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RosterItem.RecvType[] |
RosterItem.RecvType.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.setRecvStatus(RosterItem.RecvType recvStatus)
Set the current recv 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.