Differences From Artifact [feea2c657c]:
- File src/XMPPDiscoEntity.h — part of check-in [31e88fde56] at 2013-03-24 15:33:42 on branch trunk — DiscoEntity: Answer to requests send to the caps node (user: florob@babelmonkeys.de, size: 3719) [annotate] [blame] [check-ins using]
To Artifact [2a4c622dd5]:
- File src/XMPPDiscoEntity.h — part of check-in [346032e34b] at 2013-03-31 10:23:39 on branch trunk — Coding style. (user: js, size: 3720) [annotate] [blame] [check-ins using]
︙ | |||
33 34 35 36 37 38 39 40 41 42 43 44 45 46 | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | + | */ @interface XMPPDiscoEntity: XMPPDiscoNode <XMPPConnectionDelegate> { OFMutableDictionary *_discoNodes; XMPPConnection *_connection; OFString *_capsNode; } #ifdef OF_HAVE_PROPERTIES /** * \brief The XMPPDiscoNodes this entity provides Services Discovery * responses for * * This usually contains at least all immediate child nodes, but may contain * any number of nodes nested more deeply. |
︙ |