Differences From Artifact [60d0b36b6c]:
- File src/XMPPConnection.m — part of check-in [ccfc230e32] at 2011-04-15 00:41:23 on branch trunk — Handle stream errors (user: florob@babelmonkeys.de, size: 22173) [annotate] [blame] [check-ins using]
To Artifact [095d6e4f35]:
- File src/XMPPConnection.m — part of check-in [0e2d960203] at 2011-04-15 00:51:17 on branch trunk — Don't answer to IQs of type "error" or "result" (user: florob@babelmonkeys.de, size: 22249) [annotate] [blame] [check-ins using]
︙ | |||
561 562 563 564 565 566 567 | 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 | - + + | return; } if ([delegate respondsToSelector: @selector(connection:didReceiveIQ:)]) handled = [delegate connection: self didReceiveIQ: iq]; |
︙ |