Implement roster versioning.
Still needs some testing.
This commit is contained in:
parent
04b9740263
commit
cf420076c2
5 changed files with 102 additions and 40 deletions
|
@ -147,9 +147,7 @@
|
|||
- (id <XMPPStorage>)dataStorage;
|
||||
|
||||
/// \cond internal
|
||||
- (void)XMPP_addRosterItem: (XMPPRosterItem*)rosterItem;
|
||||
- (void)XMPP_updateRosterItem: (XMPPRosterItem*)rosterItem;
|
||||
- (void)XMPP_deleteRosterItem: (XMPPRosterItem*)rosterItem;
|
||||
- (void)XMPP_handleInitialRosterForConnection: (XMPPConnection*)connection
|
||||
withIQ: (XMPPIQ*)iq;
|
||||
- (XMPPRosterItem*)XMPP_rosterItemWithXMLElement: (OFXMLElement*)element;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue