ObjXMPP  Diff

Differences From Artifact [654249e42f]:

To Artifact [d958b131ca]:


265
266
267
268
269
270
271

272
273
274
275
-  (void)connection: (XMPPConnection *)conn
  didThrowException: (id)e
{
	@throw e;
}

- (void)connectionWasClosed: (XMPPConnection *)conn

{
	of_log(@"Connection was closed!");
}
@end







>

|


265
266
267
268
269
270
271
272
273
274
275
276
-  (void)connection: (XMPPConnection *)conn
  didThrowException: (id)e
{
	@throw e;
}

- (void)connectionWasClosed: (XMPPConnection *)conn
		      error: (OFXMLElement *)error
{
	of_log(@"Connection was closed: %@", error);
}
@end