Differences From Artifact [0337e14b25]:
- File src/XMPPContactManager.m — part of check-in [9d9f036640] at 2013-06-09 18:26:24 on branch trunk — XMPPContactManager: Support for handling subscription requests (user: florob@babelmonkeys.de, size: 6089) [annotate] [blame] [check-ins using]
To Artifact [9764686bc1]:
- File src/XMPPContactManager.m — part of check-in [dd2c1286f9] at 2013-06-23 19:57:46 on branch trunk — Get rid of BOOL. (user: js, size: 6089) [annotate] [blame] [check-ins using]
︙ | |||
82 83 84 85 86 87 88 | 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | - + | - (void)removeDelegate: (id <XMPPContactManagerDelegate>)delegate { [_delegates removeDelegate: delegate]; } - (OFDictionary*)contacts { |
︙ |