Differences From Artifact [5712350844]:
- File src/XMPPConnection.h — part of check-in [15c050df49] at 2011-03-21 14:44:42 on branch trunk — Move auth and bound handling to delegate. (user: js, size: 3117) [annotate] [blame] [check-ins using]
To Artifact [2b28aa53b0]:
- File src/XMPPConnection.h — part of check-in [ae80606d3d] at 2011-03-21 15:15:35 on branch trunk — Request session and send initial presence in tests. (user: js, size: 3137) [annotate] [blame] [check-ins using]
︙ | |||
65 66 67 68 69 70 71 72 73 74 75 76 77 78 | 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | + | XMPPJID *JID; /// The port to connect to short port; /// Whether to use TLS BOOL useTLS; id <XMPPConnectionDelegate, OFObject> delegate; XMPPAuthenticator *authModule; BOOL needsSession; } @property (copy) OFString *username; @property (copy) OFString *password; @property (copy) OFString *server; @property (copy) OFString *resource; @property (copy, readonly) XMPPJID *JID; |
︙ |