From c70b5e32286f1db6348213adba76209ff1404f33 Mon Sep 17 00:00:00 2001 From: Florian Zeitz Date: Sun, 10 Feb 2013 23:41:39 +0100 Subject: [PATCH] Implement connection:didThrowException: --- src/core/main.m | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/core/main.m b/src/core/main.m index 659414b..229e6c5 100644 --- a/src/core/main.m +++ b/src/core/main.m @@ -41,4 +41,10 @@ OF_APPLICATION_DELEGATE(AppDelegate) { of_log(@"Out: %@", element); } + +- (void)connection: (XMPPConnection*)connection_ + didThrowException: (id)e +{ + @throw e; +} @end -- 2.39.2