[Beepcore-java-users] Requireing a profile
Status: Beta
Brought to you by:
huston
From: Kevin K. <kk...@my...> - 2002-08-05 00:23:14
|
In the SASL profile (or possibly a TLS) what is the mechanism used to send out "530" errors if the server wants to require authentication. For example, when a server starts up, it registers both, SASL/ANONYMOUS and ECHO... the desired result being that until the SASL/ANONYMOUS has set credentials in the Session, all other startChannel messages (in this case ECHO) will return with a <error code='530'> . If this is not done yet, where might it fit best? A function of Session for the error sending? Possibly ProfileRegistry for initial setup or TCPSessionCreator to setup the required auth? thoughts? --Kevin Kress |