Differences From Artifact [0ccafcf867]:
- File src/XMPPConnection.h — part of check-in [2f8a95152e] at 2011-03-29 01:46:20 on branch trunk — Port to ObjC 1. (user: js, size: 4738) [annotate] [blame] [check-ins using]
To Artifact [ae3d7030e1]:
- File src/XMPPConnection.h — part of check-in [6c757fb3c0] at 2011-04-01 01:14:19 on branch trunk — Add convenience header and method. (user: js, size: 4753) [annotate] [blame] [check-ins using]
︙ | |||
85 86 87 88 89 90 91 92 93 94 95 96 97 98 | 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | + + | #ifdef OF_HAVE_PROPERTIES @property (copy) OFString *username, *password, *server, *resource; @property (copy, readonly) XMPPJID *JID; @property (assign) uint16_t port; @property (retain) id <XMPPConnectionDelegate> delegate; @property (readonly, retain) XMPPRoster *roster; #endif + connection; /** * Connects to the XMPP service. */ - (void)connect; /** |
︙ |