Differences From 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]
To Artifact [6670078efb]:
- File src/ObjXMPP.h — part of check-in [479c1259df] at 2013-03-23 22:06:41 on branch trunk — Add XMPPDisco*.h to ObjXMPP.h, remove debug code (user: florob@babelmonkeys.de, size: 1522) [annotate] [blame] [check-ins using]
︙ | |||
33 34 35 36 37 38 39 | 33 34 35 36 37 38 39 40 41 42 43 | + + + + | #import "XMPPRosterItem.h" #import "XMPPRoster.h" #import "XMPPStreamManagement.h" #import "XMPPContact.h" #import "XMPPContactManager.h" #import "XMPPDiscoEntity.h" #import "XMPPDiscoNode.h" #import "XMPPDiscoIdentity.h" |