| Package | Description |
|---|---|
| org.jivesoftware.openfire.pubsub |
Implementation of Publish-Subscribe (XEP-0060).
|
| Modifier and Type | Field and Description |
|---|---|
protected Collection<NodeAffiliate> |
Node.affiliates
The JIDs of those who have an affiliation with this node.
|
| Modifier and Type | Method and Description |
|---|---|
NodeAffiliate |
Node.addNoneAffiliation(org.xmpp.packet.JID jid)
Adds a new affiliation or updates an existing affiliation of the specified entity JID
to become a none affiliate.
|
NodeAffiliate |
Node.addOutcast(org.xmpp.packet.JID jid)
Sets that the specified entity is an outcast of the node.
|
NodeAffiliate |
Node.addOwner(org.xmpp.packet.JID jid)
Adds a new affiliation or updates an existing affiliation of the specified entity JID
to become a node owner.
|
NodeAffiliate |
Node.addPublisher(org.xmpp.packet.JID jid)
Adds a new affiliation or updates an existing affiliation of the specified entity JID
to become a node publisher.
|
NodeAffiliate |
NodeSubscription.getAffiliate()
Returns the
NodeAffiliate that owns this subscription. |
NodeAffiliate |
Node.getAffiliate(org.xmpp.packet.JID jid)
|
| Modifier and Type | Method and Description |
|---|---|
Collection<NodeAffiliate> |
Node.getAllAffiliates()
Returns all affiliates of the node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Node.addAffiliate(NodeAffiliate affiliate) |
void |
PubSubPersistenceProvider.createAffiliation(Node node,
NodeAffiliate affiliate)
Creates a new affiliation of the user in the node.
|
void |
CachingPubsubPersistenceProvider.createAffiliation(Node node,
NodeAffiliate affiliate) |
void |
DefaultPubSubPersistenceProvider.createAffiliation(Node node,
NodeAffiliate affiliate) |
void |
InMemoryPubSubPersistenceProvider.createAffiliation(Node node,
NodeAffiliate affiliate) |
void |
PubSubPersistenceProvider.removeAffiliation(Node node,
NodeAffiliate affiliate)
Removes the affiliation and subscription state of the user from the DB.
|
void |
CachingPubsubPersistenceProvider.removeAffiliation(Node node,
NodeAffiliate affiliate) |
void |
DefaultPubSubPersistenceProvider.removeAffiliation(Node node,
NodeAffiliate affiliate) |
void |
InMemoryPubSubPersistenceProvider.removeAffiliation(Node node,
NodeAffiliate affiliate) |
void |
DefaultPubSubPersistenceProvider.saveAffiliation(Node node,
NodeAffiliate affiliate,
boolean create)
|
void |
InMemoryPubSubPersistenceProvider.saveAffiliation(Node node,
NodeAffiliate affiliate,
boolean create)
Deprecated.
|
void |
PubSubPersistenceProvider.updateAffiliation(Node node,
NodeAffiliate affiliate)
Updates an affiliation of the user in the node.
|
void |
CachingPubsubPersistenceProvider.updateAffiliation(Node node,
NodeAffiliate affiliate) |
void |
DefaultPubSubPersistenceProvider.updateAffiliation(Node node,
NodeAffiliate affiliate) |
void |
InMemoryPubSubPersistenceProvider.updateAffiliation(Node node,
NodeAffiliate affiliate) |
Copyright © 2003–2020 Ignite Realtime. All rights reserved.