removed the last affinix non jep tag

This commit is contained in:
Dimitur Kirov 2005-08-17 15:48:14 +00:00
parent cf4953f9f1
commit 98273d7aec
1 changed files with 4 additions and 2 deletions

View File

@ -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):