# HG changeset patch # User Goffi # Date 1605189195 -3600 # Node ID e898a43b5bea131ab98f2095ae5c729957f44dd0 # Parent 7d8a04a1d3a2661673d8ca43e5f691f623ed8659 plugin ip: don't set `to` anymore for IQ stanza, as we send it to our server diff -r 7d8a04a1d3a2 -r e898a43b5bea sat/plugins/plugin_misc_ip.py --- a/sat/plugins/plugin_misc_ip.py Thu Nov 12 14:53:15 2020 +0100 +++ b/sat/plugins/plugin_misc_ip.py Thu Nov 12 14:53:15 2020 +0100 @@ -274,7 +274,6 @@ if ip_check: log.debug("Server IP Check available, we use it to retrieve our IP") iq_elt = client.IQ("get") - iq_elt['to'] = client.host iq_elt.addElement((NS_IP_CHECK, "address")) try: result_elt = yield iq_elt.send()