Package | Description |
---|---|
org.jivesoftware.smackx.pubsub | |
org.jivesoftware.smackx.pubsub.provider |
Modifier and Type | Field and Description |
---|---|
protected List<Affiliation> |
AffiliationsExtension.items |
Modifier and Type | Method and Description |
---|---|
List<Affiliation> |
AffiliationsExtension.getAffiliations() |
List<Affiliation> |
PubSubManager.getAffiliations()
Gets the affiliations on the root node.
|
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.
|
Constructor and Description |
---|
AffiliationsExtension(List<Affiliation> subList) |
Modifier and Type | Method and Description |
---|---|
protected Affiliation |
AffiliationProvider.createReturnExtension(String currentElement,
String currentNamespace,
Map<String,String> attributeMap,
List<? extends ExtensionElement> content) |