JEP-70 bug fix that was caused by new transaction ID that was added to JEP last call.

This commit is contained in:
Travis Shirk 2005-12-07 19:13:26 +00:00
parent 06f6aea34c
commit d13209ca76
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ class Interface:
answer = 'yes'
else:
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):
#('ERROR_ANSWER', account, (id, jid_from. errmsg, errcode))