Differences From Artifact [aed1a6726e]:
- File tests/test.m — part of check-in [f6c4d76bfa] at 2011-04-03 22:48:37 on branch trunk — Handle roster pushs (user: florob@babelmonkeys.de, size: 5149) [annotate] [blame] [check-ins using]
To 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]
︙ | |||
119 120 121 122 123 124 125 | 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 | - + | wasBoundToJID: (XMPPJID*)jid { of_log(@"Bound to JID: %@", [jid fullJID]); [conn requestRoster]; } |
︙ |