Differences From Artifact [c80e848a7e]:
- File
XMPPConnection.h
— part of check-in
[acb2c5cbf0]
at
2011-02-08 19:45:21
on branch trunk
— Initial commit.
Work done by me and Florian Zeitz. (user: js, size: 1084) [annotate] [blame] [check-ins using]
To Artifact [7ed5d921f4]:
- File XMPPConnection.h — part of check-in [6f83a74d30] at 2011-02-10 22:46:47 on branch trunk — Add sendStanza to XMPPConnection (user: florob@babelmonkeys.de, size: 1125) [annotate] [blame] [check-ins using]
- File src/XMPPConnection.h — part of check-in [2e7a482ea5] at 2011-02-11 01:06:53 on branch trunk — Add a basic folder structure (user: florob@babelmonkeys.de, size: 1125) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
36 37 38 39 40 41 42 43 | @property (copy) OFString *resource; @property (assign) short port; @property (assign) BOOL useTLS; @property (retain) id <XMPPConnectionDelegate> delegate; - (void)connect; - (void)handleConnection; @end | > | 36 37 38 39 40 41 42 43 44 | @property (copy) OFString *resource; @property (assign) short port; @property (assign) BOOL useTLS; @property (retain) id <XMPPConnectionDelegate> delegate; - (void)connect; - (void)handleConnection; - (void)sendStanza: (OFXMLElement*)elem; @end |