ObjXMPP  Diff

Differences From Artifact [0ccfb1340e]:

To Artifact [0f3d82c9ea]:


113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
	[pool release];

	return nil;
}
@end

@implementation XMPPConnection
+ connection
{
	return [[[self alloc] init] autorelease];
}

- init
{
	self = [super init];







|







113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
	[pool release];

	return nil;
}
@end

@implementation XMPPConnection
+ (instancetype)connection
{
	return [[[self alloc] init] autorelease];
}

- init
{
	self = [super init];