|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Roster.SubscriptionType | |
|---|---|
| tigase.xmpp.impl | |
| Uses of Roster.SubscriptionType in tigase.xmpp.impl |
|---|
| Fields in tigase.xmpp.impl with type parameters of type Roster.SubscriptionType | |
|---|---|
protected static java.util.EnumSet<Roster.SubscriptionType> |
Roster.FROM_SUBSCRIBED
|
protected static java.util.EnumSet<Roster.SubscriptionType> |
Roster.PENDING_IN
|
protected static java.util.EnumSet<Roster.SubscriptionType> |
Roster.TO_SUBSCRIBED
|
| Methods in tigase.xmpp.impl that return Roster.SubscriptionType | |
|---|---|
static Roster.SubscriptionType |
Roster.getBuddySubscription(XMPPResourceConnection session,
java.lang.String buddy)
|
Roster.SubscriptionType |
Roster.StateTransition.getStateTransition(Roster.PresenceType pres_type)
|
static Roster.SubscriptionType |
Roster.getStateTransition(Roster.SubscriptionType subscription,
Roster.PresenceType presence)
|
static Roster.SubscriptionType |
Roster.SubscriptionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Roster.SubscriptionType[] |
Roster.SubscriptionType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in tigase.xmpp.impl with parameters of type Roster.SubscriptionType | |
|---|---|
static Roster.SubscriptionType |
Roster.getStateTransition(Roster.SubscriptionType subscription,
Roster.PresenceType presence)
|
static boolean |
Roster.isSubscribedFrom(Roster.SubscriptionType subscr)
|
static void |
Roster.setBuddySubscription(XMPPResourceConnection session,
Roster.SubscriptionType subscription,
java.lang.String buddy)
|
| Method parameters in tigase.xmpp.impl with type arguments of type Roster.SubscriptionType | |
|---|---|
static java.lang.String[] |
Roster.getBuddies(XMPPResourceConnection session,
java.util.EnumSet<Roster.SubscriptionType> subscrs)
|
protected static void |
Presence.sendPresenceBroadcast(StanzaType t,
XMPPResourceConnection session,
java.util.EnumSet<Roster.SubscriptionType> subscrs,
java.util.Queue<Packet> results,
tigase.xml.Element pres,
java.util.Map<java.lang.String,java.lang.Object> settings)
sendPresenceBroadcast method broadcasts given presence
to all budies from roster and to all users to which direct presence
was sent. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||