Differences From Artifact [d405ad4653]:
- File src/XMPPConnection.m — part of check-in [7ce8dba65c] at 2013-01-03 22:02:57 on branch trunk — Make various XMPPConnection setter accept nil (user: florob@babelmonkeys.de, size: 29875) [annotate] [blame] [check-ins using]
To Artifact [cc58892fc4]:
- File src/XMPPConnection.m — part of check-in [9532fc55fb] at 2013-01-09 18:32:57 on branch trunk — Remove redundant IDNAToASCII (user: florob@babelmonkeys.de, size: 29850) [annotate] [blame] [check-ins using]
︙ | |||
341 342 343 344 345 346 347 | 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 | - + | if (sock != nil) @throw [OFAlreadyConnectedException exceptionWithClass: [self class]]; sock = [[OFTCPSocket alloc] init]; if (server) |
︙ |