JEP-70 bug fix that was caused by new transaction ID that was added to JEP last call.
This commit is contained in:
parent
06f6aea34c
commit
d13209ca76
|
@ -210,7 +210,7 @@ class Interface:
|
||||||
answer = 'yes'
|
answer = 'yes'
|
||||||
else:
|
else:
|
||||||
answer = 'no'
|
answer = 'no'
|
||||||
gajim.connections[account].build_http_auth_answer(data[2], answer)
|
gajim.connections[account].build_http_auth_answer(data[3], answer)
|
||||||
|
|
||||||
def handle_event_error_answer(self, account, array):
|
def handle_event_error_answer(self, account, array):
|
||||||
#('ERROR_ANSWER', account, (id, jid_from. errmsg, errcode))
|
#('ERROR_ANSWER', account, (id, jid_from. errmsg, errcode))
|
||||||
|
|
Loading…
Reference in New Issue