Differences From Artifact [de7818a9b5]:
- File
src/XMPPRoster.h
— 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: 4465) [annotate] [blame] [check-ins using]
To Artifact [d99dbd9eba]:
- File
src/XMPPRoster.h
— 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: 4397) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
149 150 151 152 153 154 155 | /// \cond internal - (void)XMPP_updateRosterItem: (XMPPRosterItem*)rosterItem; - (void)XMPP_handleInitialRosterForConnection: (XMPPConnection*)connection withIQ: (XMPPIQ*)iq; - (XMPPRosterItem*)XMPP_rosterItemWithXMLElement: (OFXMLElement*)element; /// \endcond @end | < < < | 149 150 151 152 153 154 155 | /// \cond internal - (void)XMPP_updateRosterItem: (XMPPRosterItem*)rosterItem; - (void)XMPP_handleInitialRosterForConnection: (XMPPConnection*)connection withIQ: (XMPPIQ*)iq; - (XMPPRosterItem*)XMPP_rosterItemWithXMLElement: (OFXMLElement*)element; /// \endcond @end |