ObjXMPP  Diff

Differences From Artifact [c80e848a7e]:

To Artifact [7ed5d921f4]:


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