Differences From Artifact [81e5ef57ad]:
- File XMPPConnection.m — part of check-in [28b1848edc] at 2011-02-10 15:36:09 on branch trunk — Handle resource binding (user: florob@babelmonkeys.de, size: 4903) [annotate] [blame] [check-ins using]
To Artifact [e6924adf47]:
- File XMPPConnection.m — part of check-in [ecd03f5b47] at 2011-02-10 21:11:34 on branch trunk — Use int8_t instead of char (user: florob@babelmonkeys.de, size: 4861) [annotate] [blame] [check-ins using]
︙ | |||
51 52 53 54 55 56 57 | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | - + - | @"version='1.0'>", server]; } - (void)connect { OFAutoreleasePool *pool = [[OFAutoreleasePool alloc] init]; |
︙ |