@@ -217,11 +217,17 @@ - (void)connection: (XMPPConnection*)conn didReceivePresence: (XMPPPresence*)pres { of_log(@"Presence: %@", pres); } + +- (void)connection: (XMPPConnection*)conn + didThrowException: (id)e +{ + @throw e; +} - (void)connectionWasClosed: (XMPPConnection*)conn { of_log(@"Connection was closed!"); } @end