Uses of Class
rocks.xmpp.im.roster.model.SubscriptionState.Subscription
-
Packages that use SubscriptionState.Subscription Package Description rocks.xmpp.extensions.privacy.model Provides XML schema implementations of XEP-0016: Privacy Lists.rocks.xmpp.im.roster.model Provides XML schema implementations of the Roster Namespace. -
-
Uses of SubscriptionState.Subscription in rocks.xmpp.extensions.privacy.model
Methods in rocks.xmpp.extensions.privacy.model with parameters of type SubscriptionState.Subscription Modifier and Type Method Description static PrivacyRule
PrivacyRule. blockAllCommunicationWithEntitiesWithSubscription(SubscriptionState.Subscription subscription, long order)
Creates a rule, which blocks all communication from and to any entities in the specified roster group.static PrivacyRule
PrivacyRule. blockIQFromEntitiesWithSubscription(SubscriptionState.Subscription subscription, long order)
Creates a rule, which blocks all inbound IQ stanzas from entities with the given subscription type.static PrivacyRule
PrivacyRule. blockMessagesFromEntitiesWithSubscription(SubscriptionState.Subscription subscription, long order)
Creates a rule, which blocks all inbound messages from entities with the given subscription type.static PrivacyRule
PrivacyRule. blockPresenceFromEntitiesWithSubscription(SubscriptionState.Subscription subscription, long order)
Creates a rule, which blocks all inbound presence notifications from entities with the given subscription type.static PrivacyRule
PrivacyRule. blockPresenceToEntitiesWithSubscription(SubscriptionState.Subscription subscription, long order)
Creates a rule, which blocks all outbound presence notifications to entities with the given subscription type.static PrivacyRule
PrivacyRule. of(SubscriptionState.Subscription subscription, PrivacyRule.Action action, long order)
Creates a privacy rule of type 'subscription'. -
Uses of SubscriptionState.Subscription in rocks.xmpp.im.roster.model
Methods in rocks.xmpp.im.roster.model that return SubscriptionState.Subscription Modifier and Type Method Description SubscriptionState.Subscription
Contact. getSubscription()
Gets the subscription attribute.SubscriptionState.Subscription
DefinedState. getSubscription()
SubscriptionState.Subscription
SubscriptionState. getSubscription()
Gets the primary subscription state.static SubscriptionState.Subscription
SubscriptionState.Subscription. valueOf(String name)
Returns the enum constant of this type with the specified name.static SubscriptionState.Subscription[]
SubscriptionState.Subscription. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in rocks.xmpp.im.roster.model with parameters of type SubscriptionState.Subscription Constructor Description Contact(Jid jid, String name, Boolean isPending, Boolean approved, SubscriptionState.Subscription subscription, Collection<String> groups)
Creates a new contact associated with the given JID, name and groups.
-