Package | Description |
---|---|
org.jivesoftware.smackx.pubsub |
Smack's API for XEP-0060: Publish-Subscribe.
|
org.jivesoftware.smackx.pubsub.provider |
Providers for Publish-Subscribe (XEP-60).
|
Modifier and Type | Field and Description |
---|---|
protected List<Affiliation> |
AffiliationsExtension.items |
Modifier and Type | Method and Description |
---|---|
List<Affiliation> |
PubSubManager.getAffiliations()
Gets the affiliations on the root node.
|
List<Affiliation> |
AffiliationsExtension.getAffiliations() |
List<Affiliation> |
Node.getAffiliations()
Get the affiliations of this node.
|
List<Affiliation> |
Node.getAffiliations(List<ExtensionElement> additionalExtensions,
Collection<ExtensionElement> returnedExtensions)
Get the affiliations of this node.
|
List<Affiliation> |
Node.getAffiliationsAsOwner()
Retrieve the affiliation list for this node as owner.
|
List<Affiliation> |
Node.getAffiliationsAsOwner(List<ExtensionElement> additionalExtensions,
Collection<ExtensionElement> returnedExtensions)
Retrieve the affiliation list for this node as owner.
|
Modifier and Type | Method and Description |
---|---|
PubSub |
Node.modifyAffiliationAsOwner(List<Affiliation> affiliations)
Modify the affiliations for this PubSub node as owner.
|
Constructor and Description |
---|
AffiliationsExtension(Affiliation.AffiliationNamespace affiliationsNamespace,
List<Affiliation> subList) |
AffiliationsExtension(Affiliation.AffiliationNamespace affiliationsNamespace,
List<Affiliation> subList,
String node) |
AffiliationsExtension(List<Affiliation> subList) |
AffiliationsExtension(List<Affiliation> subList,
String node) |
Modifier and Type | Method and Description |
---|---|
Affiliation |
AffiliationProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |