ObjXMPP  Diff

Differences From Artifact [3f70f40e9f]:

To Artifact [abde314206]:


214
215
216
217
218
219
220
221


222



223

224
225

226
227
228
229
230
231
232
214
215
216
217
218
219
220

221
222
223
224
225
226

227
228

229
230
231
232
233
234
235
236







-
+
+

+
+
+
-
+

-
+








/**
 * \brief Closes the stream to the XMPP service
 */
- (void)close;

/**
 * \brief Checks the certificate presented by the server.
 * \brief Checks the certificate presented by the server and sets the specified
 *	  pointer to the reason why the certificate is not valid
 *
 * \param reason A pointer to an OFString which is set to a reason in case the
 *		 certificate is not valid (otherwise, it does not touch it).
 *		 Passing NULL means the reason is not stored anywhere.
 * \throw SSLInvalidCertificateException Thrown if the certificate is invalid
 * \return Whether the certificate is valid
 */
- (void)checkCertificate;
- (BOOL)checkCertificateAndGetReason: (OFString**)reason;

/**
 * \brief Starts a loop handling incomming data.
 */
- (void)handleConnection;

/**