Differences From Artifact [fe26501170]:
- File src/XMPPRoster.h — part of check-in [e69da0f2df] at 2012-11-11 11:30:24 on branch trunk — Make rosterItems a property. (user: js, size: 4521) [annotate] [blame] [check-ins using]
To Artifact [dde2cb56af]:
- File src/XMPPRoster.h — part of check-in [7f10dd9950] at 2012-12-13 22:09:30 on branch trunk — Make method names more consistent with ObjFW. (user: js, size: 4514) [annotate] [blame] [check-ins using]
︙ | |||
152 153 154 155 156 157 158 | 152 153 154 155 156 157 158 159 160 161 162 | - + | - (void)setDataStorage: (id <XMPPStorage>)dataStorage; - (id <XMPPStorage>)dataStorage; /// \cond internal - (void)XMPP_updateRosterItem: (XMPPRosterItem*)rosterItem; - (void)XMPP_handleInitialRosterForConnection: (XMPPConnection*)connection |