DiscoInfo holds the service discovery information for a component
Instance methods
Add a feature to the component
SourceAdd multiple features at once
SourceAdd an identity to the component
Sourceadd_node(node :
String, info :
DiscoNodeInfo)
Add a node with its own disco info
Sourcebuild_response(node :
String = "") :
Stanza::DiscoInfo Build a disco#info response
Sourceget_node(node :
String) :
DiscoNodeInfo |
Nil Get disco info for a specific node
Source