Differences From Artifact [268210e651]:
- File src/XMPPConnection.m — part of check-in [39a1c76b23] at 2011-05-12 17:49:58 on branch trunk — Fix namespace handling. (user: js, size: 20346) [annotate] [blame] [check-ins using]
To Artifact [db4105c296]:
- File src/XMPPConnection.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: 20369) [annotate] [blame] [check-ins using]
︙ | |||
37 38 39 40 41 42 43 44 45 46 47 48 49 50 | 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 | + | #import "XMPPJID.h" #import "XMPPIQ.h" #import "XMPPMessage.h" #import "XMPPPresence.h" #import "XMPPRoster.h" #import "XMPPRosterItem.h" #import "XMPPExceptions.h" #import "namespaces.h" @implementation XMPPConnection + connection { return [[[self alloc] init] autorelease]; } |
︙ |