Skip to content

Commit 3d793f8

Browse files
Fix RFC 6120 violation on unhandled result IQs, fixes #1586
1 parent aa9d1d6 commit 3d793f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Monal/Classes/MLIQProcessor.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ +(void) processResultIq:(XMPPIQ*) iqNode forAccount:(xmpp*) account
181181
//WARNING: be careful adding stateless result handlers here (those can impose security risks!)
182182

183183
DDLogWarn(@"Got unhandled result IQ: %@", iqNode);
184-
[self respondWithErrorTo:iqNode onAccount:account];
185184
}
186185

187186
+(void) processErrorIq:(XMPPIQ*) iqNode forAccount:(xmpp*) account

0 commit comments

Comments
 (0)