fixed tb on server connect

This commit is contained in:
Dimitur Kirov 2005-08-25 14:07:17 +00:00
parent 9e044cbd4c
commit 8adeb33fa1
1 changed files with 2 additions and 2 deletions

View File

@ -354,8 +354,8 @@ class Connection:
errmsg = prs.getError()
errcode = prs.getErrorCode()
if errcode == '409': #conflict: Nick Conflict
self.dispatch('ERROR', _('Unable to join room'),
_('Server response:') + '\n' + errmsg)
self.dispatch('ERROR', (_('Unable to join room'),
_('Server response:') + '\n' + errmsg))
elif errcode == '502': # Internal Timeout:
self.dispatch('NOTIFY', (prs.getFrom().getStripped().encode('utf8'),
'error', errmsg, prs.getFrom().getResource().encode('utf8'),