fixes ibb transfer

This commit is contained in:
Jefry Lagrange 2012-01-07 14:38:59 -05:00
parent 930c71cc04
commit 5017c7e17c
1 changed files with 1 additions and 1 deletions

View File

@ -780,7 +780,7 @@ class ConnectionIBBytestream(ConnectionBytestream):
elif typ == 'set' and stanza.getTag('close', namespace=xmpp.NS_IBB):
self.StreamCloseHandler(conn, stanza)
elif typ == 'result':
self.StreamCommitHandler(conn, stanza)
self.SendHandler()
elif typ == 'error':
self.StreamOpenReplyHandler(conn, stanza)
else: