Interface Affiliation
-
- All Superinterfaces:
Addressable
public interface Affiliation extends Addressable
Represents the<affiliation/>
element, which is used in both 'pubsub' and 'pubsub#owner' namespace.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AffiliationState
getAffiliationState()
Gets the affiliation to a node.String
getNode()
Gets the node.-
Methods inherited from interface rocks.xmpp.core.Addressable
getJid
-
-
-
-
Method Detail
-
getAffiliationState
AffiliationState getAffiliationState()
Gets the affiliation to a node.- Returns:
- The affiliation.
-
getNode
String getNode()
Gets the node.- Returns:
- The node.
-
-