Differences From Artifact [03eb4d2c68]:
- File tests/test.m — part of check-in [3e837ad25f] at 2011-04-03 23:53:00 on branch trunk — Clean up roster handling (user: florob@babelmonkeys.de, size: 5149) [annotate] [blame] [check-ins using]
To 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]
︙ | |||
116 117 118 119 120 121 122 | 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 | - + | } - (void)connection: (XMPPConnection*)conn wasBoundToJID: (XMPPJID*)jid { of_log(@"Bound to JID: %@", [jid fullJID]); |
︙ |