From 98273d7aecb5e200bd2b01899614d6a1a9b42ef2 Mon Sep 17 00:00:00 2001 From: Dimitur Kirov Date: Wed, 17 Aug 2005 15:48:14 +0000 Subject: [PATCH] removed the last affinix non jep tag --- src/common/connection.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/common/connection.py b/src/common/connection.py index cf3f1d6ae..99e68be16 100644 --- a/src/common/connection.py +++ b/src/common/connection.py @@ -781,8 +781,10 @@ class Connection: streamhost.setAttr('port', proxyhost['port']) streamhost.setAttr('host', proxyhost['host']) streamhost.setAttr('jid', proxyhost['jid']) - proxy = streamhost.setTag('proxy') - proxy.setNamespace(common.xmpp.NS_STREAM) + + # don't add the proxy child tag for streamhosts, which are proxies + # proxy = streamhost.setTag('proxy') + # proxy.setNamespace(common.xmpp.NS_STREAM) self.to_be_sent.append(iq) def _siSetCB(self, con, iq_obj):