Ignore:
Timestamp:
2006-10-02T16:42:32Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
995913b
Parents:
d9282b4
Message:

Added a useful error message for SASL negotiation failures and turned off
the little hack in jabber_write() for now because it breaks error handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • protocols/jabber/sasl.c

    rd9282b4 r501b4e0  
    6464        if( !sup_plain && !sup_digest )
    6565        {
     66                hide_login_progress( gc, "No known SASL authentication schemes supported" );
    6667                signoff( gc );
    6768                return XT_ABORT;
Note: See TracChangeset for help on using the changeset viewer.