Clean up properties.

This commit is contained in:
Jonathan Schleifer 2012-02-03 09:04:54 +01:00
parent 753757e1cb
commit 3d5d7564a7
3 changed files with 14 additions and 14 deletions

View file

@ -86,9 +86,9 @@
@property (copy) OFString *username, *password, *server, *domain, *resource;
@property (copy) OFString *privateKeyFile, *certificateFile;
@property (copy, readonly) XMPPJID *JID;
@property (assign) uint16_t port;
@property uint16_t port;
@property (readonly, retain, getter=socket) OFTCPSocket *sock;
@property (assign) BOOL encryptionRequired;
@property BOOL encryptionRequired;
@property (readonly) BOOL encrypted;
@property (readonly) BOOL streamOpen;
#endif