ObjXMPP  Diff

Differences From Artifact [bccd623ec3]:

To Artifact [bbdbb91e37]:


41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
}

+ (instancetype)JIDWithString: (OFString *)string
{
	return [[[self alloc] initWithString: string] autorelease];
}

- initWithString: (OFString *)string
{
	size_t nodesep, resourcesep;

	self = [super init];

	if (string == nil) {
		[self release];







|







41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
}

+ (instancetype)JIDWithString: (OFString *)string
{
	return [[[self alloc] initWithString: string] autorelease];
}

- (instancetype)initWithString: (OFString *)string
{
	size_t nodesep, resourcesep;

	self = [super init];

	if (string == nil) {
		[self release];