Differences From Artifact [50bb8252e5]:
- File src/XMPPDiscoEntity.h — part of check-in [db8adef472] at 2013-03-23 17:21:05 on branch trunk — Add classes to support Service Discovery (user: florob@babelmonkeys.de, size: 2588) [annotate] [blame] [check-ins using]
To Artifact [a569874688]:
- File src/XMPPDiscoEntity.h — part of check-in [0d43c61dbc] at 2013-03-23 18:59:26 on branch trunk — Add support for calculating caps hashes (user: florob@babelmonkeys.de, size: 2742) [annotate] [blame] [check-ins using]
︙ | |||
70 71 72 73 74 75 76 77 78 | 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | + + + + + + + | /** * \brief Adds a XMPPDiscoNode to provide responses for. * * \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 |