Uses of Class
org.jivesoftware.smackx.pubsub.Affiliation
Package
Description
Smack's API for XEP-0060: Publish-Subscribe.
Providers for Publish-Subscribe (XEP-60).
-
Uses of Affiliation in org.jivesoftware.smackx.pubsub
Modifier and TypeMethodDescriptionAffiliationsExtension.getAffiliations()
Node.getAffiliations()
Get the affiliations of this node.Node.getAffiliations
(List<XmlElement> additionalExtensions, Collection<XmlElement> returnedExtensions) Get the affiliations of this node.PubSubManager.getAffiliations()
Gets the affiliations on the root node.Node.getAffiliationsAsOwner()
Retrieve the affiliation list for this node as owner.Node.getAffiliationsAsOwner
(List<XmlElement> additionalExtensions, Collection<XmlElement> returnedExtensions) Retrieve the affiliation list for this node as owner.Modifier and TypeMethodDescriptionNode.modifyAffiliationAsOwner
(List<Affiliation> affiliations) Modify the affiliations for this PubSub node as owner.ModifierConstructorDescriptionAffiliationsExtension
(List<Affiliation> subList) AffiliationsExtension
(List<Affiliation> subList, String node) AffiliationsExtension
(Affiliation.AffiliationNamespace affiliationsNamespace, List<Affiliation> subList) AffiliationsExtension
(Affiliation.AffiliationNamespace affiliationsNamespace, List<Affiliation> subList, String node) -
Uses of Affiliation in org.jivesoftware.smackx.pubsub.provider
Modifier and TypeMethodDescriptionAffiliationProvider.parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)