Add support for calculating caps hashes
This commit is contained in:
parent
6ddb1571ca
commit
beeb3e617e
2 changed files with 27 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue