Differences From Artifact [187819bc21]:
- File src/XMPPConnection.m — part of check-in [a77ad914f2] at 2012-01-30 17:45:43 on branch trunk — Make use of multicast delegates in XMPPRoster. (user: js, size: 26205) [annotate] [blame] [check-ins using]
To Artifact [381c679903]:
- File src/XMPPConnection.m — part of check-in [3ae82f03d8] at 2012-02-03 10:54:23 on branch trunk — Allow IDNs for server and not only domain. (user: js, size: 26230) [annotate] [blame] [check-ins using]
︙ | |||
247 248 249 250 251 252 253 | 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 | - + | { OFAutoreleasePool *pool = [[OFAutoreleasePool alloc] init]; XMPPSRVEntry *candidate = nil; XMPPSRVLookup *SRVLookup = nil; OFEnumerator *enumerator; if (server) |
︙ |