"Authentication succeeded" message to mention which account

This commit is contained in:
Magnus Henoch 2012-09-16 19:29:26 +01:00
parent c05eefdf5f
commit 422cf215b6
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ Call REMEMBER with the password. REMEMBER is expected to return it as well."
(fsm-send jc :authentication-failure))
((eq (car xml-data) 'success)
(message "Authentication succeeded")
(message "Authentication succeeded for %s" (jabber-connection-bare-jid jc))
(fsm-send jc (cons :authentication-success passphrase))))
(list client step passphrase)))