Add -[XMPPRoster deleteRosterItem:] and -[XMPPRosterItem copy].
This commit is contained in:
parent
823ea0eb5e
commit
993d0a7596
3 changed files with 44 additions and 0 deletions
|
@ -35,4 +35,6 @@
|
|||
- (OFArray*)groups;
|
||||
- (OFArray*)rosterItemsInGroup: (OFString*)group;
|
||||
- (void)addRosterItem: (XMPPRosterItem*)rosterItem;
|
||||
- (void)updateRosterItem: (XMPPRosterItem*)rosterItem;
|
||||
- (void)deleteRosterItem: (XMPPRosterItem*)rosterItem;
|
||||
@end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue