Differences From Artifact [8901a6e637]:
- File
src/XMPPConnection.m
— part of check-in
[e6237b123a]
at
2012-02-06 15:17:37
on branch trunk
— Implement roster versioning.
Still needs some testing. (user: js, size: 27348) [annotate] [blame] [check-ins using]
To Artifact [c67c2c3e37]:
- File
src/XMPPConnection.m
— part of check-in
[878cac8ce0]
at
2012-02-17 17:17:10
on branch trunk
— Having a category for each delegate is not required anymore.
This is thanks to XMPPMulticastDelegate. (user: js, size: 26449) [annotate] [blame] [check-ins using]
︙ | |||
1099 1100 1101 1102 1103 1104 1105 | 1099 1100 1101 1102 1103 1104 1105 1106 1107 | - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - | { [delegates removeDelegate: delegate]; } - (XMPPMulticastDelegate*)XMPP_delegates { return delegates; |