Summary: |
should ideally check that incoming stanzas are addressed to us |
Product: |
Telepathy
|
Reporter: |
Simon McVittie <smcv> |
Component: |
fargo | Assignee: |
David Laban <david.laban> |
Status: |
NEW
---
|
QA Contact: |
Simon McVittie <smcv> |
Severity: |
minor
|
|
|
Priority: |
low
|
Keywords: |
patch |
Version: |
git master | |
|
Hardware: |
Other | |
|
OS: |
All | |
|
Whiteboard: |
later |
i915 platform:
|
|
i915 features:
|
|
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.
> 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.