Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 42 by simon.arlott: WaveXmppComponent.processIqPacket does not handle error responses http://code.google.com/p/wave-protocol/issues/detail?id=42
During disco querying, if the remote server has multiple components and one or more is inaccessible (returns 404 because it has no DNS entry), the error response is ignored instead of continuing to the next component. E.g. remote components: [conference, proxy, pubsub, wave] and only "wave" has a DNS entry. The processing will stop with "conference" when it returns 404. If this is fixed it then stops at "proxy" instead. Handling IQ.Type.error as if it were IQ.Type.result works around the problem (although it is then trying to examine the error response as though it were a valid result). -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en -~----------~----~----~----~------~----~------~--~---
