fix candidate-error

This commit is contained in:
Jefry Lagrange 2011-07-22 17:03:56 -04:00
parent d21b091471
commit 11f1c8c275
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ class JingleTransportIBB(JingleTransport):
def make_transport(self):
transport = JingleTransport.make_transport(self)
transport = xmpp.Node('transport')
transport.setNamespace(xmpp.NS_JINGLE_IBB)
transport.setAttr('block-size', self.block_sz)
transport.setAttr('sid', self.sid)