ObjXMPP  Diff

Differences From Artifact [81e5ef57ad]:

To Artifact [e6924adf47]:


51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
			   @"version='1.0'>", server];
}

- (void)connect
{
	OFAutoreleasePool *pool = [[OFAutoreleasePool alloc] init];

	[sock connectToService: [OFString stringWithFormat: @"%u", port]
			onNode: server];
	[self _startStream];

	[pool release];
}

- (void)handleConnection
{







|
<







51
52
53
54
55
56
57
58

59
60
61
62
63
64
65
			   @"version='1.0'>", server];
}

- (void)connect
{
	OFAutoreleasePool *pool = [[OFAutoreleasePool alloc] init];

	[sock connectToHost: server onPort: port];

	[self _startStream];

	[pool release];
}

- (void)handleConnection
{