Differences From Artifact [654249e42f]:
- File tests/test.m — part of check-in [d6978b56f0] at 2018-11-05 00:14:15 on branch trunk — Remove dependency on libresolv (user: js, size: 8293) [annotate] [blame] [check-ins using]
To Artifact [d958b131ca]:
- File tests/test.m — part of check-in [ffbc5cb529] at 2018-12-22 20:59:02 on branch trunk — Adjust to ObjFW changes (user: js, size: 8340) [annotate] [blame] [check-ins using]
︙ | |||
265 266 267 268 269 270 271 272 | 265 266 267 268 269 270 271 272 273 274 275 276 | + - + | - (void)connection: (XMPPConnection *)conn didThrowException: (id)e { @throw e; } - (void)connectionWasClosed: (XMPPConnection *)conn error: (OFXMLElement *)error { |