Index: src/XMPPConnection.h ================================================================== --- src/XMPPConnection.h +++ src/XMPPConnection.h @@ -151,18 +151,22 @@ BOOL encryptionRequired, encrypted; unsigned int lastID; } #ifdef OF_HAVE_PROPERTIES -@property (copy) OFString *username, *password, *server, *domain, *resource; +@property (copy) OFString *username; +@property (copy) OFString *password; +@property (copy) OFString *server; +@property (copy) OFString *domain; +@property (copy) OFString *resource; @property (copy) OFString *privateKeyFile, *certificateFile; @property (copy, readonly) XMPPJID *JID; @property uint16_t port; @property (readonly, retain, getter=socket) OFTCPSocket *sock; @property BOOL encryptionRequired; +/// \brief Whether the connection is encrypted @property (readonly) BOOL encrypted; -@property (readonly) BOOL streamOpen; #endif /** * \return A new autoreleased XMPPConnection */