> def got_iq(self, stanza): > ... > # FIXME: should return error if 'to' is neither the gateway JID, > # nor a node + "@" + the gateway JID + an optional/ignored resource Low impact because the jabberd should never route stanzas to us if they would violate this, so this is just for robustness.
Actually happens if fargo is misconfigured: I've actually added a debug statement to http://git.collabora.co.uk/?p=user/alsuren/telepathy-fargo.git;a=commitdiff;h=91bd2135577882153118b7f29e8c512ac72f67ab as part of http://git.collabora.co.uk/?p=user/alsuren/telepathy-fargo.git;a=shortlog;h=refs/heads/debugging but I didn't actually make it return an error.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.