@@ -267,9 +267,10 @@ { @throw e; } - (void)connectionWasClosed: (XMPPConnection *)conn + error: (OFXMLElement *)error { - of_log(@"Connection was closed!"); + of_log(@"Connection was closed: %@", error); } @end