@@ -72,7 +72,14 @@ * * \param node The XMPPDiscoNode to provide responses for */ - (void)addDiscoNode: (XMPPDiscoNode*)node; +/** + * \brief Calculates the Entity Capabilities Hash of the entity + * + * \return A OFString containing the capabilities hash + */ +- (OFString*)capsHash; + - (OFDictionary*)discoNodes; @end