Differences From Artifact [92c191f042]:
- File tests/test.m — part of check-in [edfa9d8a87] at 2012-02-03 10:28:51 on branch trunk — Fix forgotten -[addBody:] -> -[setBody:] in the test. (user: js, size: 6283) [annotate] [blame] [check-ins using]
To Artifact [393e299430]:
- File
tests/test.m
— part of check-in
[aa0dc6e2b4]
at
2012-02-03 15:46:06
on branch trunk
— Let -[checkCertificate] return a BOOL and a reason.
Throwing an exception there was strange. (user: js, size: 6217) [annotate] [blame] [check-ins using]
︙ | |||
20 21 22 23 24 25 26 | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | - | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ #include <assert.h> #import <ObjFW/ObjFW.h> |
︙ | |||
164 165 166 167 168 169 170 | 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 | + - - + + - - - + - - + + - + | of_log(@"Ping response: %@", resp); }]; #endif } - (void)connectionDidUpgradeToTLS: (XMPPConnection*)conn_ { OFString *reason; |
︙ |