| Package | Description |
|---|---|
| org.jivesoftware.smack |
Core classes of the Smack API.
|
| Modifier and Type | Method and Description |
|---|---|
static UserRoster.SubscriptionMode |
UserRoster.getDefaultSubscriptionMode()
Returns the default subscription processing mode to use when a new Roster
is created.
|
UserRoster.SubscriptionMode |
UserRoster.getSubscriptionMode()
Returns the subscription processing mode, which dictates what action
Smack will take when subscription requests from other users are made.
|
static UserRoster.SubscriptionMode |
UserRoster.SubscriptionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserRoster.SubscriptionMode[] |
UserRoster.SubscriptionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
UserRoster.setDefaultSubscriptionMode(UserRoster.SubscriptionMode subscriptionMode)
Sets the default subscription processing mode to use when a new Roster is
created.
|
void |
UserRoster.setSubscriptionMode(UserRoster.SubscriptionMode subscriptionMode)
Sets the subscription processing mode, which dictates what action Smack
will take when subscription requests from other users are made.
|
Copyright © 2014. All Rights Reserved.