Differences From Artifact [50ffe289bb]:
- File tests/test.m — part of check-in [db8adef472] at 2013-03-23 17:21:05 on branch trunk — Add classes to support Service Discovery (user: florob@babelmonkeys.de, size: 8326) [annotate] [blame] [check-ins using]
To Artifact [346e30a037]:
- File tests/test.m — part of check-in [346032e34b] at 2013-03-31 10:23:39 on branch trunk — Coding style. (user: js, size: 8325) [annotate] [blame] [check-ins using]
︙ | |||
150 151 152 153 154 155 156 | 150 151 152 153 154 155 156 157 158 159 160 161 162 163 | - | - (void)connection: (XMPPConnection*)conn_ wasBoundToJID: (XMPPJID*)jid { of_log(@"Bound to JID: %@", [jid fullJID]); of_log(@"Supports SM: %@", [conn_ supportsStreamManagement] ? @"YES" : @"NO"); |
︙ |