Differences From Artifact [f856f65516]:
- File tests/test.m — part of check-in [55e37a4da2] at 2011-04-25 17:48:30 on branch trunk — Move all roster handling code to XMPPRoster. (user: js, size: 5158) [annotate] [blame] [check-ins using]
To Artifact [4642dd9fd4]:
- File tests/test.m — part of check-in [d0ef8af167] at 2011-05-24 01:01:47 on branch trunk — Add support for SRV records (user: florob@babelmonkeys.de, size: 5159) [annotate] [blame] [check-ins using]
︙ | |||
98 99 100 101 102 103 104 | 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 | - + | } [conn setServer: [arguments objectAtIndex: 0]]; [conn setUsername: [arguments objectAtIndex: 1]]; [conn setPassword: [arguments objectAtIndex: 2]]; [conn setResource: @"ObjXMPP"]; |
︙ |