X-Git-Url: http://cgit.babelmonkeys.de/?p=jubjub.git;a=blobdiff_plain;f=src%2Fcore%2Fmain.m;h=229e6c5aa502fe2624725beaaa08d9709d14d24a;hp=659414bf349d4d2e886d0eb793b2956cbac51668;hb=c70b5e32286f1db6348213adba76209ff1404f33;hpb=a4e46ed909f55bc1f8d7f1d5435ec0af0f3ee969 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