Class NodeAffiliate


  • public class NodeAffiliate
    extends Object
    A NodeAffiliate keeps information about the affiliation of an entity with a node. Possible affiliations are: owner, publisher, none or outcast. All except for outcast affiliations may have a NodeSubscription with the node.
    Author:
    Matt Tucker
    • Constructor Detail

      • NodeAffiliate

        public NodeAffiliate​(Node node,
                             org.xmpp.packet.JID jid)