Differences From Artifact [e2d29521b2]:
- File src/XMPPRoster.m — part of check-in [55e37a4da2] at 2011-04-25 17:48:30 on branch trunk — Move all roster handling code to XMPPRoster. (user: js, size: 6417) [annotate] [blame] [check-ins using]
To Artifact [c2659e2d1c]:
- File src/XMPPRoster.m — part of check-in [12e4f83535] at 2011-05-12 20:51:55 on branch trunk — Move namespaces to namespaces.h and add missing files to Xcode project. (user: js, size: 6440) [annotate] [blame] [check-ins using]
︙ | |||
23 24 25 26 27 28 29 30 31 32 33 34 35 36 | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | + | #include <assert.h> #import "XMPPRoster.h" #import "XMPPRosterItem.h" #import "XMPPConnection.h" #import "XMPPIQ.h" #import "XMPPJID.h" #import "namespaces.h" @implementation XMPPRoster - initWithConnection: (XMPPConnection*)conn { self = [super init]; @try { |
︙ |