85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
#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
/**
* Connects to the XMPP service.
*/
- (void)connect;
/**
|
>
>
|
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;
/**
|