| Package | Description |
|---|---|
| tigase.pubsub | |
| tigase.pubsub.modules | |
| tigase.pubsub.modules.ext.presence | |
| tigase.pubsub.repository | |
| tigase.pubsub.repository.cached | |
| tigase.pubsub.repository.stateless |
| Modifier and Type | Method and Description |
|---|---|
static Subscription |
Subscription.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Subscription[] |
Subscription.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static tigase.xml.Element |
SubscribeNodeModule.makeSubscription(String nodeName,
tigase.xmpp.jid.BareJID subscriberJid,
Subscription newSubscription,
String subid) |
| Modifier and Type | Method and Description |
|---|---|
Subscription |
PresenceNodeSubscriptions.getSubscription(tigase.xmpp.jid.BareJID jid) |
| Modifier and Type | Method and Description |
|---|---|
String |
PresenceNodeSubscriptions.addSubscriberJid(tigase.xmpp.jid.BareJID jid,
Subscription subscription) |
void |
PresenceNodeSubscriptions.changeSubscription(tigase.xmpp.jid.BareJID jid,
Subscription subscription) |
| Modifier and Type | Method and Description |
|---|---|
Subscription |
ISubscriptions.getSubscription(tigase.xmpp.jid.BareJID jid) |
Subscription |
NodeSubscriptions.getSubscription(tigase.xmpp.jid.BareJID bareJid) |
| Modifier and Type | Method and Description |
|---|---|
String |
ISubscriptions.addSubscriberJid(tigase.xmpp.jid.BareJID jid,
Subscription subscription) |
String |
NodeSubscriptions.addSubscriberJid(tigase.xmpp.jid.BareJID bareJid,
Subscription subscription) |
void |
ISubscriptions.changeSubscription(tigase.xmpp.jid.BareJID jid,
Subscription subscription) |
void |
NodeSubscriptions.changeSubscription(tigase.xmpp.jid.BareJID bareJid,
Subscription subscription) |
| Modifier and Type | Method and Description |
|---|---|
String |
NodeSubscriptions.addSubscriberJid(tigase.xmpp.jid.BareJID bareJid,
Subscription subscription) |
void |
NodeSubscriptions.changeSubscription(tigase.xmpp.jid.BareJID bareJid,
Subscription subscription) |
| Modifier and Type | Method and Description |
|---|---|
Subscription |
UsersSubscription.getSubscription() |
| Modifier and Type | Method and Description |
|---|---|
void |
UsersSubscription.setSubscription(Subscription subscriptionType) |
| Constructor and Description |
|---|
UsersSubscription(tigase.xmpp.jid.BareJID jid,
String subid,
Subscription subscriptionType) |
Copyright © 2008–2019 Tigase. All rights reserved.