Clean up properties.
This commit is contained in:
parent
753757e1cb
commit
3d5d7564a7
3 changed files with 14 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue