Differences From Artifact [80ad4b43b9]:
- File tests/test.m — part of check-in [c06d9a53ff] at 2013-01-14 20:18:09 on branch trunk — Make XMPPPresence comparable (user: florob@babelmonkeys.de, size: 6909) [annotate] [blame] [check-ins using]
To Artifact [1cf3c54e24]:
- File tests/test.m — part of check-in [b654efc74b] at 2013-02-10 17:01:20 on branch trunk — Fix selector for exception handling in XMPPConnection (user: florob@babelmonkeys.de, size: 6995) [annotate] [blame] [check-ins using]
︙ | |||
215 216 217 218 219 220 221 222 223 224 225 226 227 | 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 | + + + + + + | } - (void)connection: (XMPPConnection*)conn didReceivePresence: (XMPPPresence*)pres { of_log(@"Presence: %@", pres); } - (void)connection: (XMPPConnection*)conn didThrowException: (id)e { @throw e; } - (void)connectionWasClosed: (XMPPConnection*)conn { of_log(@"Connection was closed!"); } @end |