Differences From Artifact [bf1a5ace38]:
- File src/XMPPRoster.h — part of check-in [010bd227d2] at 2011-03-28 13:14:27 on branch trunk — Add XMPPRoster class. (user: js, size: 1467) [annotate] [blame] [check-ins using]
To Artifact [30e1f25f90]:
- File src/XMPPRoster.h — part of check-in [fe2b73b43b] at 2011-03-28 15:30:40 on branch trunk — Move namespace definitions and add -[XMPPRoster addRosterItem:]. (user: js, size: 1462) [annotate] [blame] [check-ins using]
︙ | |||
28 29 30 31 32 33 34 | 28 29 30 31 32 33 34 35 36 37 38 | - + | @interface XMPPRoster: OFObject { XMPPConnection *connection; OFMutableDictionary *groups; } - initWithConnection: (XMPPConnection*)conn; |