ObjXMPP  Diff

Differences From Artifact [1fa0d01ca6]:

To Artifact [265f350014]:


209
210
211
212
213
214
215

216
217
218
219
220
221
222
223
224
{
	[_delegates removeDelegate: delegate];
}

- (void)setDataStorage: (id <XMPPStorage>)dataStorage
{
	if (_rosterRequested)

		@throw [OFInvalidArgumentException
		    exceptionWithClass: [self class]];

	_dataStorage = dataStorage;
}

- (XMPPConnection*)connection
{
	return _connection;







>
|
<







209
210
211
212
213
214
215
216
217

218
219
220
221
222
223
224
{
	[_delegates removeDelegate: delegate];
}

- (void)setDataStorage: (id <XMPPStorage>)dataStorage
{
	if (_rosterRequested)
		/* FIXME: Find a better exception! */
		@throw [OFInvalidArgumentException exception];


	_dataStorage = dataStorage;
}

- (XMPPConnection*)connection
{
	return _connection;