Differences From Artifact [4b6f06492d]:
- File src/XMPPRoster.m — part of check-in [82b5ab9068] at 2012-04-20 19:25:24 on branch trunk — Only broadcast if we have a roster item. (user: js, size: 9614) [annotate] [blame] [check-ins using]
To Artifact [af0b58584d]:
- File src/XMPPRoster.m — part of check-in [c987aa9a5f] at 2012-07-12 03:34:20 on branch trunk — Don't access isa directly. (user: js, size: 9629) [annotate] [blame] [check-ins using]
︙ | |||
209 210 211 212 213 214 215 | 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 | - + + | { [delegates removeDelegate: delegate]; } - (void)setDataStorage: (id <XMPPStorage>)dataStorage_ { if (rosterRequested) |
︙ |