Differences From Artifact [cd1e1205a2]:
- File src/ObjXMPP.h — part of check-in [3c9335ff3e] at 2013-01-04 19:19:40 on branch trunk — Import XMPPStreamManagement in ObjXMPP.h (user: florob@babelmonkeys.de, size: 1381) [annotate] [blame] [check-ins using]
To Artifact [cf74b69799]:
- File src/ObjXMPP.h — part of check-in [fc38b1287a] at 2013-01-27 17:01:08 on branch trunk — Add XMPPContact{,Manager} for tracking contacts (user: florob@babelmonkeys.de, size: 1437) [annotate] [blame] [check-ins using]
︙ | |||
30 31 32 33 34 35 36 | 30 31 32 33 34 35 36 37 38 39 | + + + | #import "XMPPMessage.h" #import "XMPPPresence.h" #import "XMPPRosterItem.h" #import "XMPPRoster.h" #import "XMPPStreamManagement.h" #import "XMPPContact.h" #import "XMPPContactManager.h" |