Add support for calculating caps hashes

This commit is contained in:
Florian Zeitz 2013-03-23 18:50:11 +01:00
parent 6ddb1571ca
commit beeb3e617e
2 changed files with 27 additions and 0 deletions

View file

@ -74,5 +74,12 @@
*/
- (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