We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9d1d6 commit 3d793f8Copy full SHA for 3d793f8
Monal/Classes/MLIQProcessor.m
@@ -181,7 +181,6 @@ +(void) processResultIq:(XMPPIQ*) iqNode forAccount:(xmpp*) account
181
//WARNING: be careful adding stateless result handlers here (those can impose security risks!)
182
183
DDLogWarn(@"Got unhandled result IQ: %@", iqNode);
184
- [self respondWithErrorTo:iqNode onAccount:account];
185
}
186
187
+(void) processErrorIq:(XMPPIQ*) iqNode forAccount:(xmpp*) account
0 commit comments