org.jivesoftware.smackx.pubsub
Class AffiliationsExtension
java.lang.Object
org.jivesoftware.smackx.pubsub.NodeExtension
org.jivesoftware.smackx.pubsub.AffiliationsExtension
- All Implemented Interfaces:
- org.jivesoftware.smack.packet.PacketExtension
public class AffiliationsExtension
- extends NodeExtension
Represents the affiliations element of the reply to a request for affiliations.
It is defined in the specification in section 5.7 Retrieve Affiliations.
- Author:
- Robin Collier
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AffiliationsExtension
public AffiliationsExtension()
AffiliationsExtension
public AffiliationsExtension(java.util.List<Affiliation> subList)
getAffiliations
public java.util.List<Affiliation> getAffiliations()
toXML
public java.lang.String toXML()
- Specified by:
toXML
in interface org.jivesoftware.smack.packet.PacketExtension
- Overrides:
toXML
in class NodeExtension