eusoulevi / emite

Automatically exported from code.google.com/p/emite
0 stars 0 forks source link

Emite should inform when authentication fails #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Currently there is no way to know outside emitelib if the autentication
fails (we only receive an error). We should change this!

Original issue reported on code.google.com by danigb on 22 Apr 2008 at 4:49

GoogleCodeExporter commented 9 years ago
Vicente, please take a look to the implementation and think a way to do this!!
(probably showing a message, not dialog? ...)

Original comment by danigb on 22 Apr 2008 at 10:12

GoogleCodeExporter commented 9 years ago
pd: MultiChatPresenter.createXmppListeners()

Original comment by danigb on 22 Apr 2008 at 10:13

GoogleCodeExporter commented 9 years ago
fixed, new Method:
    public void showAlert(final String message) {
        MessageBox.alert(message);
    }

in MultiChatPanel.... 

Original comment by vruiz.ju...@gmail.com on 22 Apr 2008 at 10:59

GoogleCodeExporter commented 9 years ago
Fixed and Tested

Original comment by vruiz.ju...@gmail.com on 24 Apr 2008 at 12:07