@@ -1,9 +1,10 @@ /* * Copyright (c) 2013, Florian Zeitz + * Copyright (c) 2013, 2016, Jonathan Schleifer * - * https://webkeks.org/git/?p=objxmpp.git + * https://heap.zone/git/?p=objxmpp.git * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice is present in all copies. * @@ -36,22 +37,23 @@ 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. */ @property (readonly) OFDictionary *discoNodes; -/// \brief The node advertised for the entity's capabilites + +/** + * The node advertised for the entity's capabilites. + */ @property (readonly) OFString *capsNode; -#endif /** * \brief Creates a new autoreleased XMPPDiscoEntity with the specified * connection. * @@ -104,9 +106,6 @@ * \brief Calculates the Entity Capabilities Hash of the entity * * \return A OFString containing the capabilities hash */ - (OFString*)capsHash; - -- (OFDictionary*)discoNodes; -- (OFString*)capsNode; @end