Differences From Artifact [7d5142abf4]:
- File tests/test.m — part of check-in [128dcb8343] at 2012-01-28 00:43:31 on branch trunk — Decouple XMPPRoster and XMPPConnection (user: florob@babelmonkeys.de, size: 6284) [annotate] [blame] [check-ins using]
To Artifact [4c51fd299e]:
- File
tests/test.m
— part of check-in
[840e61d391]
at
2012-01-30 13:35:50
on branch trunk
— Remove the roster delegate if it gets deallocated.
Maybe it's not a good idea altogether to add/remove the roster
automatically? (user: js, size: 6283) [annotate] [blame] [check-ins using]
︙ | |||
35 36 37 38 39 40 41 | 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | - + | #import "XMPPRoster.h" @interface AppDelegate: OFObject #ifdef OF_HAVE_OPTIONAL_PROTOCOLS <OFApplicationDelegate, XMPPConnectionDelegate, XMPPRosterDelegate> #endif { |
︙ |