Class AbstractEntityCapabilities1Protocol

    • Method Detail

      • getNode

        public final String getNode()
        Gets the node. If no node was set, a default node is returned.
        Returns:
        The node.
        See Also:
        setNode(String)
      • setNode

        public final void setNode​(String node)
        Sets the node.

        4. Protocol

        It is RECOMMENDED for the value of the 'node' attribute to be an HTTP URL at which a user could find further information about the software product, such as "http://psi-im.org" for the Psi client;

        Parameters:
        node - The node.
        See Also:
        getNode()
      • isEnabled

        public final boolean isEnabled()
        Description copied from interface: ExtensionProtocol
        Indicates whether this protocol is enabled.
        Returns:
        true, if enabled; false if disabled.
      • getFeatures

        public final Set<String> getFeatures()
        Description copied from interface: DiscoverableInfo
        Gets the features.
        Returns:
        The features.