removed the last affinix non jep tag
This commit is contained in:
parent
cf4953f9f1
commit
98273d7aec
|
@ -781,8 +781,10 @@ class Connection:
|
||||||
streamhost.setAttr('port', proxyhost['port'])
|
streamhost.setAttr('port', proxyhost['port'])
|
||||||
streamhost.setAttr('host', proxyhost['host'])
|
streamhost.setAttr('host', proxyhost['host'])
|
||||||
streamhost.setAttr('jid', proxyhost['jid'])
|
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)
|
self.to_be_sent.append(iq)
|
||||||
|
|
||||||
def _siSetCB(self, con, iq_obj):
|
def _siSetCB(self, con, iq_obj):
|
||||||
|
|
Loading…
Reference in New Issue