Skip to content
Snippets Groups Projects
Commit 76bc866a authored by zimio's avatar zimio
Browse files

handle errors in IBB

parent 5017c7e1
No related branches found
No related tags found
No related merge requests found
......@@ -782,7 +782,7 @@ class ConnectionIBBytestream(ConnectionBytestream):
elif typ == 'result':
self.SendHandler()
elif typ == 'error':
self.StreamOpenReplyHandler(conn, stanza)
gajim.socks5queue.error_cb()
else:
conn.send(xmpp.Error(stanza, xmpp.ERR_BAD_REQUEST))
raise xmpp.NodeProcessed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment